#CBCA60

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

Shades of Wild Willow #CBCA60

Tints of Wild Willow #CBCA60

Color information

#CBCA60 (or 0xCBCA60) is unknown color: approx Wild Willow. HEX triplet: CB, CA and 60. RGB value is (203,202,96). Sum of RGB (Red+Green+Blue) = 203+202+96=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA60 is #34359F. Grayscale: #BEBEBE. Windows color (decimal): -3421600 or 6343371. OLE color: 6343371.

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

Color convert

RGB20320296-
CMYK00.000.530.20
HSL59.44º50.71%58.63%-
HSV(B)59.44º52.71%79.61%-
XYZ47.8655.7819.31-
YUV190.2174.83137.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 96 (37.89% from 255) = 19.16%
R=40.52%
G=40.32%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032029600.000.530.2059.4450.7158.63
HexCBCA600035143b333b
Octal313312140006524736373
Binary110010111100101011000000011010110100111011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA60; }

 p { color: rgb(203,202,96); }

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

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

 a { background-color: rgb(203,202,96); }

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

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

 span { border-color: rgb(203,202,96); }

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