#CBC961

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

Shades of Wild Willow #CBC961

Tints of Wild Willow #CBC961

Color information

#CBC961 (or 0xCBC961) is unknown color: approx Wild Willow. HEX triplet: CB, C9 and 61. RGB value is (203,201,97). Sum of RGB (Red+Green+Blue) = 203+201+97=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC961 is #34369E. Grayscale: #BEBEBE. Windows color (decimal): -3421855 or 6408651. OLE color: 6408651.

HSL color Cylindrical-coordinate representation of color #CBC961: hue angle of 58.87º 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 #CBC961 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20320197-
CMYK00.010.520.20
HSL58.87º50.48%58.82%-
HSV(B)58.87º52.22%79.61%-
XYZ47.6755.3319.48-
YUV189.7475.66137.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=40.52%
G=40.12%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032019700.010.520.2058.8750.4858.82
HexCBC9610134143b323b
Octal313311141016424736273
Binary110010111100100111000010111010010100111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC961; }

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

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

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

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

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

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

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

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