Html Css Color HEX #CBC862 Wild Willow

📋 copy color: '#CBC862'

red 203 ◦ green 200 ◦ blue 98

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

Shades of Wild Willow #CBC862

Tints of Wild Willow #CBC862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 40.52%
G = 39.92%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBC862 (or 0xCBC862) is known color: Wild Willow. HEX triplet: CB, C8 and 62. RGB value is (203,200,98). Sum of RGB (Red+Green+Blue) = 203+200+98=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC862 is #34379D. Grayscale: #BDBDBD. Windows color (decimal): -3422110 or 6473931. OLE color: 6473931.

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

Color convert

RGB 203 200 98 -
CMYK 0 0.01 0.52 0.20
HSL 58.29º 0.5% 0.59% -
HSV(B) 58.29º 0.52% 0.8% -
XYZ 47.49 54.89 19.65 -
YUV 189.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 203 200 98 0 0.01 0.52 0.20 58.29 0.5 0.59
Hex CB C8 62 0 1 34 14 3A 32 3B
Octal 313 310 142 0 1 64 24 72 62 73
Binary 11001011 11001000 1100010 0 1 110100 10100 111010 110010 111011

Color Harmonies of #CBC862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC862

Black with #CBC862

Text Example


Text Example

White with #CBC862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC862; }

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

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

background-color css

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

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

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

border-color css

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

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

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