#CCCB5D

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

Shades of Wild Willow #CCCB5D

Tints of Wild Willow #CCCB5D

Color information

#CCCB5D (or 0xCCCB5D) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 5D. RGB value is (204,203,93). Sum of RGB (Red+Green+Blue) = 204+203+93=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB5D is #3334A2. Grayscale: #BFBFBF. Windows color (decimal): -3355811 or 6147020. OLE color: 6147020.

HSL color Cylindrical-coordinate representation of color #CCCB5D: hue angle of 59.46º 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 #CCCB5D is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20420393-
CMYK00.000.540.2
HSL59.46º52.11%58.24%-
HSV(B)59.46º54.41%80%-
XYZ48.2356.3418.69-
YUV190.7672.83137.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 203 (79.69% from 255) = 40.6%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=40.8%
G=40.6%
B=18.6%

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
Decimal2042039300.000.540.259.4652.1158.24
HexCCCB5D0036143b343a
Octal314313135006624736472
Binary110011001100101110111010011011010100111011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB5D; }

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

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

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

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

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

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

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

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