Html Css Color HEX #CBC488 Winter Hazel

📋 copy color: '#CBC488'

red 203 ◦ green 196 ◦ blue 136

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

Shades of Winter Hazel #CBC488

Tints of Winter Hazel #CBC488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

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

R = 37.94%
G = 36.64%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CBC488 (or 0xCBC488) is known color: Winter Hazel. HEX triplet: CB, C4 and 88. RGB value is (203,196,136). Sum of RGB (Red+Green+Blue) = 203+196+136=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC488 is #343B77. Grayscale: #BFBFBF. Windows color (decimal): -3423096 or 8963275. OLE color: 8963275.

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

Color convert

RGB 203 196 136 -
CMYK 0 0.03 0.33 0.20
HSL 53.73º 0.39% 0.66% -
HSV(B) 53.73º 0.33% 0.8% -
XYZ 48.81 53.95 31.13 -
YUV 191.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 203 196 136 0 0.03 0.33 0.20 53.73 0.39 0.66
Hex CB C4 88 0 3 21 14 36 27 42
Octal 313 304 210 0 3 41 24 66 47 102
Binary 11001011 11000100 10001000 0 11 100001 10100 110110 100111 1000010

Color Harmonies of #CBC488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC488

Black with #CBC488

Text Example


Text Example

White with #CBC488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC488; }

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

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

background-color css

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

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

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

border-color css

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

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

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