#CBCA61

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

Shades of Wild Willow #CBCA61

Tints of Wild Willow #CBCA61

Color information

#CBCA61 (or 0xCBCA61) is unknown color: approx Wild Willow. HEX triplet: CB, CA and 61. RGB value is (203,202,97). Sum of RGB (Red+Green+Blue) = 203+202+97=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCA61 is #34359E. Grayscale: #BEBEBE. Windows color (decimal): -3421599 or 6408907. OLE color: 6408907.

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

Color convert

RGB20320297-
CMYK00.000.520.20
HSL59.43º50.48%58.82%-
HSV(B)59.43º52.22%79.61%-
XYZ47.9155.819.55-
YUV190.3375.33137.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=40.44%
G=40.24%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032029700.000.520.2059.4350.4858.82
HexCBCA610034143b323b
Octal313312141006424736273
Binary110010111100101011000010011010010100111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA61; }

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

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

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

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

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

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

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

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