Html Css Color HEX #CBC294 Winter Hazel

📋 copy color: '#CBC294'

red 203 ◦ green 194 ◦ blue 148

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

Shades of Winter Hazel #CBC294

Tints of Winter Hazel #CBC294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 37.25%
G = 35.6%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBC294 (or 0xCBC294) is known color: Winter Hazel. HEX triplet: CB, C2 and 94. RGB value is (203,194,148). Sum of RGB (Red+Green+Blue) = 203+194+148=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC294 is #343D6B. Grayscale: #BFBFBF. Windows color (decimal): -3423596 or 9749195. OLE color: 9749195.

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

Color convert

RGB 203 194 148 -
CMYK 0 0.04 0.27 0.20
HSL 50.18º 0.35% 0.69% -
HSV(B) 50.18º 0.27% 0.8% -
XYZ 49.27 53.42 35.73 -
YUV 191.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 203 194 148 0 0.04 0.27 0.20 50.18 0.35 0.69
Hex CB C2 94 0 4 1B 14 32 23 45
Octal 313 302 224 0 4 33 24 62 43 105
Binary 11001011 11000010 10010100 0 100 11011 10100 110010 100011 1000101

Color Harmonies of #CBC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC294

Black with #CBC294

Text Example


Text Example

White with #CBC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC294; }

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

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

background-color css

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

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

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

border-color css

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

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

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