#CCCB5E

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

Shades of Wild Willow #CCCB5E

Tints of Wild Willow #CCCB5E

Color information

#CCCB5E (or 0xCCCB5E) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 5E. RGB value is (204,203,94). Sum of RGB (Red+Green+Blue) = 204+203+94=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB5E is #3334A1. Grayscale: #BFBFBF. Windows color (decimal): -3355810 or 6212556. OLE color: 6212556.

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

Color convert

RGB20420394-
CMYK00.000.540.2
HSL59.45º51.89%58.43%-
HSV(B)59.45º53.92%80%-
XYZ48.2856.3618.92-
YUV190.8773.33137.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 94 (37.11% from 255) = 18.76%
R=40.72%
G=40.52%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042039400.000.540.259.4551.8958.43
HexCCCB5E0036143b343a
Octal314313136006624736472
Binary110011001100101110111100011011010100111011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB5E; }

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

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

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

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

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

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

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

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