Html Css Color HEX #CBC855 Wild Willow

📋 copy color: '#CBC855'

red 203 ◦ green 200 ◦ blue 85

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

Shades of Wild Willow #CBC855

Tints of Wild Willow #CBC855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.98%

 BLUE value IS 85 (33.59% from 255) = 17.42%

R = 41.6%
G = 40.98%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CBC855 (or 0xCBC855) is known color: Wild Willow. HEX triplet: CB, C8 and 55. RGB value is (203,200,85). Sum of RGB (Red+Green+Blue) = 203+200+85=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC855 is #3437AA. Grayscale: #BCBCBC. Windows color (decimal): -3422123 or 5621963. OLE color: 5621963.

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

Color convert

RGB 203 200 85 -
CMYK 0 0.01 0.58 0.20
HSL 58.47º 0.53% 0.56% -
HSV(B) 58.47º 0.58% 0.8% -
XYZ 46.92 54.66 16.67 -
YUV 187.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 203 200 85 0 0.01 0.58 0.20 58.47 0.53 0.56
Hex CB C8 55 0 1 3A 14 3A 35 38
Octal 313 310 125 0 1 72 24 72 65 70
Binary 11001011 11001000 1010101 0 1 111010 10100 111010 110101 111000

Color Harmonies of #CBC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC855

Black with #CBC855

Text Example


Text Example

White with #CBC855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC855; }

 p { color: rgb(203,200,85); }

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

background-color css

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

 a { background-color: rgb(203,200,85); }

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

border-color css

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

 span { border-color: rgb(203,200,85); }

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