#CCCB6B

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

Shades of Wild Willow #CCCB6B

Tints of Wild Willow #CCCB6B

Color information

#CCCB6B (or 0xCCCB6B) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 6B. RGB value is (204,203,107). Sum of RGB (Red+Green+Blue) = 204+203+107=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB6B is #333494. Grayscale: #C0C0C0. Windows color (decimal): -3355797 or 7064524. OLE color: 7064524.

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

Color convert

RGB204203107-
CMYK00.000.480.2
HSL59.38º48.74%60.98%-
HSV(B)59.38º47.55%80%-
XYZ48.9156.6122.26-
YUV192.3679.83136.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 107 (42.19% from 255) = 20.82%
R=39.69%
G=39.49%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420310700.000.480.259.3848.7460.98
HexCCCB6B0030143b313d
Octal314313153006024736175
Binary110011001100101111010110011000010100111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB6B; }

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

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

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

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

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

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

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

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