Html Css Color HEX #CBC960 Wild Willow

📋 copy color: '#CBC960'

red 203 ◦ green 201 ◦ blue 96

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

Shades of Wild Willow #CBC960

Tints of Wild Willow #CBC960

RGB

 RED value IS 203 (79.69% from 255) = 40.6%

 GREEN value IS 201 (78.91% from 255) = 40.2%

 BLUE value IS 96 (37.89% from 255) = 19.2%

R = 40.6%
G = 40.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBC960 (or 0xCBC960) is known color: Wild Willow. HEX triplet: CB, C9 and 60. RGB value is (203,201,96). Sum of RGB (Red+Green+Blue) = 203+201+96=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC960 is #34369F. Grayscale: #BEBEBE. Windows color (decimal): -3421856 or 6343115. OLE color: 6343115.

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

Color convert

RGB 203 201 96 -
CMYK 0 0.01 0.53 0.20
HSL 58.88º 0.51% 0.59% -
HSV(B) 58.88º 0.53% 0.8% -
XYZ 47.63 55.31 19.23 -
YUV 189.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 203 201 96 0 0.01 0.53 0.20 58.88 0.51 0.59
Hex CB C9 60 0 1 35 14 3B 33 3B
Octal 313 311 140 0 1 65 24 73 63 73
Binary 11001011 11001001 1100000 0 1 110101 10100 111011 110011 111011

Color Harmonies of #CBC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC960

Black with #CBC960

Text Example


Text Example

White with #CBC960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC960; }

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

 H1.HeaderClassName
 {
   color: #CBC960;
 }
 .AnyTagClassName
 {
   color: #CBC960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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