#CCCB5B

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

Shades of Wild Willow #CCCB5B

Tints of Wild Willow #CCCB5B

Color information

#CCCB5B (or 0xCCCB5B) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 5B. RGB value is (204,203,91). Sum of RGB (Red+Green+Blue) = 204+203+91=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB5B is #3334A4. Grayscale: #BEBEBE. Windows color (decimal): -3355813 or 6015948. OLE color: 6015948.

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

Color convert

RGB20420391-
CMYK00.000.550.2
HSL59.47º52.56%57.84%-
HSV(B)59.47º55.39%80%-
XYZ48.1556.318.23-
YUV190.5371.83137.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=40.96%
G=40.76%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042039100.000.550.259.4752.5657.84
HexCCCB5B0037143b353a
Octal314313133006724736572
Binary110011001100101110110110011011110100111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB5B; }

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

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

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

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

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

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

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

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