Html Css Color HEX #C3CCAA Pale Leaf

📋 copy color: '#C3CCAA'

red 195 ◦ green 204 ◦ blue 170

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

Shades of Pale Leaf #C3CCAA

Tints of Pale Leaf #C3CCAA

RGB

 RED value IS 195 (76.56% from 255) = 34.27%

 GREEN value IS 204 (80.08% from 255) = 35.85%

 BLUE value IS 170 (66.8% from 255) = 29.88%

R = 34.27%
G = 35.85%
B = 29.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#C3CCAA (or 0xC3CCAA) is known color: Pale Leaf. HEX triplet: C3, CC and AA. RGB value is (195,204,170). Sum of RGB (Red+Green+Blue) = 195+204+170=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CCAA is #3C3355. Grayscale: #C5C5C5. Windows color (decimal): -3945302 or 11193539. OLE color: 11193539.

HSL color Cylindrical-coordinate representation of color #C3CCAA: hue angle of 75.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3CCAA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 204 170 -
CMYK 0.04 0 0.17 0.2
HSL 75.88º 0.25% 0.73% -
HSV(B) 75.88º 0.17% 0.8% -
XYZ 51.35 57.69 46.46 -
YUV 197.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 195 204 170 0.04 0 0.17 0.2 75.88 0.25 0.73
Hex C3 CC AA 4 0 11 14 4C 19 49
Octal 303 314 252 4 0 21 24 114 31 111
Binary 11000011 11001100 10101010 100 0 10001 10100 1001100 11001 1001001

Color Harmonies of #C3CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCAA

Black with #C3CCAA

Text Example


Text Example

White with #C3CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCAA; }

 p { color: rgb(195,204,170); }

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

background-color css

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

 a { background-color: rgb(195,204,170); }

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

border-color css

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

 span { border-color: rgb(195,204,170); }

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