#CCCB6A

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

Shades of Wild Willow #CCCB6A

Tints of Wild Willow #CCCB6A

Color information

#CCCB6A (or 0xCCCB6A) is unknown color: approx Wild Willow. HEX triplet: CC, CB and 6A. RGB value is (204,203,106). Sum of RGB (Red+Green+Blue) = 204+203+106=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB6A is #333495. Grayscale: #C0C0C0. Windows color (decimal): -3355798 or 6998988. OLE color: 6998988.

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

Color convert

RGB204203106-
CMYK00.000.480.2
HSL59.39º49%60.78%-
HSV(B)59.39º48.04%80%-
XYZ48.8656.5921.98-
YUV192.2479.33136.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=39.77%
G=39.57%
B=20.66%

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
Decimal20420310600.000.480.259.394960.78
HexCCCB6A0030143b313d
Octal314313152006024736175
Binary110011001100101111010100011000010100111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB6A; }

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

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

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

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

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

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

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

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