Html Css Color HEX #CCC293 Winter Hazel

📋 copy color: '#CCC293'

red 204 ◦ green 194 ◦ blue 147

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

Shades of Winter Hazel #CCC293

Tints of Winter Hazel #CCC293

RGB

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

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

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

R = 37.43%
G = 35.6%
B = 26.97%

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

#CCC293 (or 0xCCC293) is known color: Winter Hazel. HEX triplet: CC, C2 and 93. RGB value is (204,194,147). Sum of RGB (Red+Green+Blue) = 204+194+147=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC293 is #333D6C. Grayscale: #BFBFBF. Windows color (decimal): -3358061 or 9683660. OLE color: 9683660.

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

Color convert

RGB 204 194 147 -
CMYK 0 0.05 0.28 0.2
HSL 49.47º 0.36% 0.69% -
HSV(B) 49.47º 0.28% 0.8% -
XYZ 49.46 53.53 35.33 -
YUV 191.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 204 194 147 0 0.05 0.28 0.2 49.47 0.36 0.69
Hex CC C2 93 0 5 1C 14 31 24 45
Octal 314 302 223 0 5 34 24 61 44 105
Binary 11001100 11000010 10010011 0 101 11100 10100 110001 100100 1000101

Color Harmonies of #CCC293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC293

Black with #CCC293

Text Example


Text Example

White with #CCC293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC293; }

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

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

background-color css

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

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

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

border-color css

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

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

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