#CCCA4B

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

Shades of Wattle #CCCA4B

Tints of Wattle #CCCA4B

Color information

#CCCA4B (or 0xCCCA4B) is unknown color: approx Wattle. HEX triplet: CC, CA and 4B. RGB value is (204,202,75). Sum of RGB (Red+Green+Blue) = 204+202+75=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCA4B is #3335B4. Grayscale: #BCBCBC. Windows color (decimal): -3356085 or 4967116. OLE color: 4967116.

HSL color Cylindrical-coordinate representation of color #CCCA4B: hue angle of 59.07º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCCA4B is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB20420275-
CMYK00.010.630.2
HSL59.07º55.84%54.71%-
HSV(B)59.07º63.24%80%-
XYZ47.2955.5914.89-
YUV188.1264.16139.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 75 (29.69% from 255) = 15.59%
R=42.41%
G=42.00%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042027500.010.630.259.0755.8454.71
HexCCCA4B013F143b3837
Octal314312113017724737067
Binary110011001100101010010110111111110100111011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA4B; }

 p { color: rgb(204,202,75); }

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

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

 a { background-color: rgb(204,202,75); }

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

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

 span { border-color: rgb(204,202,75); }

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