#CBC742

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

Shades of Wattle #CBC742

Tints of Wattle #CBC742

Color information

#CBC742 (or 0xCBC742) is unknown color: approx Wattle. HEX triplet: CB, C7 and 42. RGB value is (203,199,66). Sum of RGB (Red+Green+Blue) = 203+199+66=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC742 is #3438BD. Grayscale: #B9B9B9. Windows color (decimal): -3422398 or 4376523. OLE color: 4376523.

HSL color Cylindrical-coordinate representation of color #CBC742: hue angle of 58.25º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBC742 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB20319966-
CMYK00.020.670.20
HSL58.25º56.85%52.75%-
HSV(B)58.25º67.49%79.61%-
XYZ46.0453.9413.14-
YUV185.0360.83140.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 66 (26.17% from 255) = 14.10%
R=43.38%
G=42.52%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031996600.020.670.2058.2556.8552.75
HexCBC7420243143a3935
Octal3133071020210324727165
Binary11001011110001111000010010100001110100111010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC742; }

 p { color: rgb(203,199,66); }

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

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

 a { background-color: rgb(203,199,66); }

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

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

 span { border-color: rgb(203,199,66); }

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