#CCCB52

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

Shades of Wild Willow #CCCB52

Tints of Wild Willow #CCCB52

Color information

#CCCB52 (or 0xCCCB52) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 52. RGB value is (204,203,82). Sum of RGB (Red+Green+Blue) = 204+203+82=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB52 is #3334AD. Grayscale: #BDBDBD. Windows color (decimal): -3355822 or 5426124. OLE color: 5426124.

HSL color Cylindrical-coordinate representation of color #CCCB52: hue angle of 59.51º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCCB52 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20420382-
CMYK00.000.600.2
HSL59.51º54.46%56.08%-
HSV(B)59.51º59.8%80%-
XYZ47.7856.1616.3-
YUV189.567.33138.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 82 (32.42% from 255) = 16.77%
R=41.72%
G=41.51%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042038200.000.600.259.5154.4656.08
HexCCCB52003C143c3638
Octal314313122007424746670
Binary110011001100101110100100011110010100111100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB52; }

 p { color: rgb(204,203,82); }

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

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

 a { background-color: rgb(204,203,82); }

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

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

 span { border-color: rgb(204,203,82); }

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