Html Css Color HEX #CBC961 Wild Willow

📋 copy color: '#CBC961'

red 203 ◦ green 201 ◦ blue 97

#CBC961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CBC961

Tints of Wild Willow #CBC961

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 value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBC961 (or 0xCBC961) is known color: 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

RGB 203 201 97 -
CMYK 0 0.01 0.52 0.20
HSL 58.87º 0.5% 0.59% -
HSV(B) 58.87º 0.52% 0.8% -
XYZ 47.67 55.33 19.48 -
YUV 189.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 203 201 97 0 0.01 0.52 0.20 58.87 0.5 0.59
Hex CB C9 61 0 1 34 14 3B 32 3B
Octal 313 311 141 0 1 64 24 73 62 73
Binary 11001011 11001001 1100001 0 1 110100 10100 111011 110010 111011

Color Harmonies of #CBC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC961

Black with #CBC961

Text Example


Text Example

White with #CBC961

Text Example


Text Example

HTML Codes & Css Web 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>