Html Css Color HEX #CBC088 Winter Hazel

📋 copy color: '#CBC088'

red 203 ◦ green 192 ◦ blue 136

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

Shades of Winter Hazel #CBC088

Tints of Winter Hazel #CBC088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 38.23%
G = 36.16%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CBC088 (or 0xCBC088) is known color: Winter Hazel. HEX triplet: CB, C0 and 88. RGB value is (203,192,136). Sum of RGB (Red+Green+Blue) = 203+192+136=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC088 is #343F77. Grayscale: #BDBDBD. Windows color (decimal): -3424120 or 8962251. OLE color: 8962251.

HSL color Cylindrical-coordinate representation of color #CBC088: hue angle of 50.15º 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 #CBC088 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 192 136 -
CMYK 0 0.05 0.33 0.20
HSL 50.15º 0.39% 0.66% -
HSV(B) 50.15º 0.33% 0.8% -
XYZ 47.92 52.17 30.84 -
YUV 188.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 203 192 136 0 0.05 0.33 0.20 50.15 0.39 0.66
Hex CB C0 88 0 5 21 14 32 27 42
Octal 313 300 210 0 5 41 24 62 47 102
Binary 11001011 11000000 10001000 0 101 100001 10100 110010 100111 1000010

Color Harmonies of #CBC088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC088

Black with #CBC088

Text Example


Text Example

White with #CBC088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC088; }

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

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

background-color css

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

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

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

border-color css

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

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

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