Html Css Color HEX #CBC388 Winter Hazel

📋 copy color: '#CBC388'

red 203 ◦ green 195 ◦ blue 136

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

Shades of Winter Hazel #CBC388

Tints of Winter Hazel #CBC388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.52%

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

R = 38.01%
G = 36.52%
B = 25.47%

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

#CBC388 (or 0xCBC388) is known color: Winter Hazel. HEX triplet: CB, C3 and 88. RGB value is (203,195,136). Sum of RGB (Red+Green+Blue) = 203+195+136=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC388 is #343C77. Grayscale: #BEBEBE. Windows color (decimal): -3423352 or 8963019. OLE color: 8963019.

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

Color convert

RGB 203 195 136 -
CMYK 0 0.04 0.33 0.20
HSL 52.84º 0.39% 0.66% -
HSV(B) 52.84º 0.33% 0.8% -
XYZ 48.59 53.5 31.06 -
YUV 190.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 203 195 136 0 0.04 0.33 0.20 52.84 0.39 0.66
Hex CB C3 88 0 4 21 14 35 27 42
Octal 313 303 210 0 4 41 24 65 47 102
Binary 11001011 11000011 10001000 0 100 100001 10100 110101 100111 1000010

Color Harmonies of #CBC388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC388

Black with #CBC388

Text Example


Text Example

White with #CBC388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC388; }

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

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

background-color css

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

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

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

border-color css

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

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

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