Html Css Color HEX #CCC193 Winter Hazel

📋 copy color: '#CCC193'

red 204 ◦ green 193 ◦ blue 147

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

Shades of Winter Hazel #CCC193

Tints of Winter Hazel #CCC193

RGB

 RED value IS 204 (80.08% from 255) = 37.5%

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

 BLUE value IS 147 (57.81% from 255) = 27.02%

R = 37.5%
G = 35.48%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCC193 (or 0xCCC193) is known color: Winter Hazel. HEX triplet: CC, C1 and 93. RGB value is (204,193,147). Sum of RGB (Red+Green+Blue) = 204+193+147=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC193 is #333E6C. Grayscale: #BFBFBF. Windows color (decimal): -3358317 or 9683404. OLE color: 9683404.

HSL color Cylindrical-coordinate representation of color #CCC193: hue angle of 48.42º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCC193 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 147 -
CMYK 0 0.05 0.28 0.2
HSL 48.42º 0.36% 0.69% -
HSV(B) 48.42º 0.28% 0.8% -
XYZ 49.24 53.08 35.25 -
YUV 191.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 204 193 147 0 0.05 0.28 0.2 48.42 0.36 0.69
Hex CC C1 93 0 5 1C 14 30 24 45
Octal 314 301 223 0 5 34 24 60 44 105
Binary 11001100 11000001 10010011 0 101 11100 10100 110000 100100 1000101

Color Harmonies of #CCC193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC193

Black with #CCC193

Text Example


Text Example

White with #CCC193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC193; }

 p { color: rgb(204,193,147); }

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

background-color css

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

 a { background-color: rgb(204,193,147); }

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

border-color css

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

 span { border-color: rgb(204,193,147); }

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