Html Css Color HEX #CBC868 Wild Willow

📋 copy color: '#CBC868'

red 203 ◦ green 200 ◦ blue 104

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

Shades of Wild Willow #CBC868

Tints of Wild Willow #CBC868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.51%

R = 40.04%
G = 39.45%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBC868 (or 0xCBC868) is known color: Wild Willow. HEX triplet: CB, C8 and 68. RGB value is (203,200,104). Sum of RGB (Red+Green+Blue) = 203+200+104=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC868 is #343797. Grayscale: #BEBEBE. Windows color (decimal): -3422104 or 6867147. OLE color: 6867147.

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

Color convert

RGB 203 200 104 -
CMYK 0 0.01 0.49 0.20
HSL 58.18º 0.49% 0.6% -
HSV(B) 58.18º 0.49% 0.8% -
XYZ 47.78 55 21.2 -
YUV 189.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 203 200 104 0 0.01 0.49 0.20 58.18 0.49 0.6
Hex CB C8 68 0 1 31 14 3A 31 3C
Octal 313 310 150 0 1 61 24 72 61 74
Binary 11001011 11001000 1101000 0 1 110001 10100 111010 110001 111100

Color Harmonies of #CBC868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC868

Black with #CBC868

Text Example


Text Example

White with #CBC868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC868; }

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

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

background-color css

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

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

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

border-color css

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

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

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