Html Css Color HEX #CBC194 Winter Hazel

📋 copy color: '#CBC194'

red 203 ◦ green 193 ◦ blue 148

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

Shades of Winter Hazel #CBC194

Tints of Winter Hazel #CBC194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

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

R = 37.32%
G = 35.48%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBC194 (or 0xCBC194) is known color: Winter Hazel. HEX triplet: CB, C1 and 94. RGB value is (203,193,148). Sum of RGB (Red+Green+Blue) = 203+193+148=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC194 is #343E6B. Grayscale: #BFBFBF. Windows color (decimal): -3423852 or 9748939. OLE color: 9748939.

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

Color convert

RGB 203 193 148 -
CMYK 0 0.05 0.27 0.20
HSL 49.09º 0.35% 0.69% -
HSV(B) 49.09º 0.27% 0.8% -
XYZ 49.04 52.97 35.66 -
YUV 190.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 203 193 148 0 0.05 0.27 0.20 49.09 0.35 0.69
Hex CB C1 94 0 5 1B 14 31 23 45
Octal 313 301 224 0 5 33 24 61 43 105
Binary 11001011 11000001 10010100 0 101 11011 10100 110001 100011 1000101

Color Harmonies of #CBC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC194

Black with #CBC194

Text Example


Text Example

White with #CBC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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