Html Css Color HEX #CBC288 Winter Hazel

📋 copy color: '#CBC288'

red 203 ◦ green 194 ◦ blue 136

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

Shades of Winter Hazel #CBC288

Tints of Winter Hazel #CBC288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

 BLUE value IS 136 (53.52% from 255) = 25.52%

R = 38.09%
G = 36.4%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CBC288 (or 0xCBC288) is known color: Winter Hazel. HEX triplet: CB, C2 and 88. RGB value is (203,194,136). Sum of RGB (Red+Green+Blue) = 203+194+136=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC288 is #343D77. Grayscale: #BEBEBE. Windows color (decimal): -3423608 or 8962763. OLE color: 8962763.

HSL color Cylindrical-coordinate representation of color #CBC288: hue angle of 51.94º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBC288 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 136 -
CMYK 0 0.04 0.33 0.20
HSL 51.94º 0.39% 0.66% -
HSV(B) 51.94º 0.33% 0.8% -
XYZ 48.36 53.06 30.98 -
YUV 190.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 203 194 136 0 0.04 0.33 0.20 51.94 0.39 0.66
Hex CB C2 88 0 4 21 14 34 27 42
Octal 313 302 210 0 4 41 24 64 47 102
Binary 11001011 11000010 10001000 0 100 100001 10100 110100 100111 1000010

Color Harmonies of #CBC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC288

Black with #CBC288

Text Example


Text Example

White with #CBC288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC288; }

 p { color: rgb(203,194,136); }

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

background-color css

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

 a { background-color: rgb(203,194,136); }

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

border-color css

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

 span { border-color: rgb(203,194,136); }

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