Html Css Color HEX #CBC952 Wild Willow

📋 copy color: '#CBC952'

red 203 ◦ green 201 ◦ blue 82

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

Shades of Wild Willow #CBC952

Tints of Wild Willow #CBC952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.87%

R = 41.77%
G = 41.36%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CBC952 (or 0xCBC952) is known color: Wild Willow. HEX triplet: CB, C9 and 52. RGB value is (203,201,82). Sum of RGB (Red+Green+Blue) = 203+201+82=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC952 is #3436AD. Grayscale: #BCBCBC. Windows color (decimal): -3421870 or 5425611. OLE color: 5425611.

HSL color Cylindrical-coordinate representation of color #CBC952: hue angle of 59.01º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBC952 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 201 82 -
CMYK 0 0.01 0.60 0.20
HSL 59.01º 0.54% 0.56% -
HSV(B) 59.01º 0.6% 0.8% -
XYZ 47.04 55.08 16.13 -
YUV 188.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 203 201 82 0 0.01 0.60 0.20 59.01 0.54 0.56
Hex CB C9 52 0 1 3C 14 3B 36 38
Octal 313 311 122 0 1 74 24 73 66 70
Binary 11001011 11001001 1010010 0 1 111100 10100 111011 110110 111000

Color Harmonies of #CBC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC952

Black with #CBC952

Text Example


Text Example

White with #CBC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC952; }

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

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

background-color css

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

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

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

border-color css

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

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

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