Html Css Color HEX #CBC864 Wild Willow

📋 copy color: '#CBC864'

red 203 ◦ green 200 ◦ blue 100

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

Shades of Wild Willow #CBC864

Tints of Wild Willow #CBC864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 40.36%
G = 39.76%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBC864 (or 0xCBC864) is known color: Wild Willow. HEX triplet: CB, C8 and 64. RGB value is (203,200,100). Sum of RGB (Red+Green+Blue) = 203+200+100=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC864 is #34379B. Grayscale: #BDBDBD. Windows color (decimal): -3422108 or 6605003. OLE color: 6605003.

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

Color convert

RGB 203 200 100 -
CMYK 0 0.01 0.51 0.20
HSL 58.25º 0.5% 0.59% -
HSV(B) 58.25º 0.51% 0.8% -
XYZ 47.58 54.93 20.15 -
YUV 189.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 203 200 100 0 0.01 0.51 0.20 58.25 0.5 0.59
Hex CB C8 64 0 1 33 14 3A 32 3B
Octal 313 310 144 0 1 63 24 72 62 73
Binary 11001011 11001000 1100100 0 1 110011 10100 111010 110010 111011

Color Harmonies of #CBC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC864

Black with #CBC864

Text Example


Text Example

White with #CBC864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC864; }

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

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

background-color css

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

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

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

border-color css

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

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

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