#CBC446

Color #CBC446 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CBC446

Tints of Wattle #CBC446

Color information

#CBC446 (or 0xCBC446) is unknown color: approx Wattle. HEX triplet: CB, C4 and 46. RGB value is (203,196,70). Sum of RGB (Red+Green+Blue) = 203+196+70=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC446 is #343BB9. Grayscale: #B8B8B8. Windows color (decimal): -3423162 or 4637899. OLE color: 4637899.

HSL color Cylindrical-coordinate representation of color #CBC446: hue angle of 56.84º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBC446 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20319670-
CMYK00.030.660.20
HSL56.84º56.12%53.53%-
HSV(B)56.84º65.52%79.61%-
XYZ45.4752.6213.55-
YUV183.7363.82141.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 70 (27.73% from 255) = 14.93%
R=43.28%
G=41.79%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031967000.030.660.2056.8456.1253.53
HexCBC446034214393836
Octal3133041060310224717066
Binary11001011110001001000110011100001010100111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC446; }

 p { color: rgb(203,196,70); }

 H1.HeaderClassName
 {
   color: #CBC446;
 }
 .AnyTagClassName
 {
   color: #CBC446;
 }
</style>
background-color css

<style>
 a { background-color: #CBC446; }

 a { background-color: rgb(203,196,70); }

 div.DivClassName
 {
   background-color: #CBC446;
 }
 .BgClassName
 {
   background-color: #CBC446;
 }
</style>
border-color css

<style>
 span { border-color: #CBC446; }

 span { border-color: rgb(203,196,70); }

 td.TdClassName
 {
   border-color: #CBC446;
 }
 .TagClassName
 {
   border-color: #CBC446;
 }
</style>