Html Css Color HEX #C3CAAE Pale Leaf

📋 copy color: '#C3CAAE'

red 195 ◦ green 202 ◦ blue 174

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

Shades of Pale Leaf #C3CAAE

Tints of Pale Leaf #C3CAAE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.38%

 BLUE value IS 174 (68.36% from 255) = 30.47%

R = 34.15%
G = 35.38%
B = 30.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C3CAAE (or 0xC3CAAE) is known color: Pale Leaf. HEX triplet: C3, CA and AE. RGB value is (195,202,174). Sum of RGB (Red+Green+Blue) = 195+202+174=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CAAE is #3C3551. Grayscale: #C4C4C4. Windows color (decimal): -3945810 or 11455171. OLE color: 11455171.

HSL color Cylindrical-coordinate representation of color #C3CAAE: hue angle of 75º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3CAAE is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 202 174 -
CMYK 0.03 0 0.14 0.21
HSL 75º 0.21% 0.74% -
HSV(B) 75º 0.14% 0.79% -
XYZ 51.27 56.9 48.33 -
YUV 196.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 195 202 174 0.03 0 0.14 0.21 75 0.21 0.74
Hex C3 CA AE 3 0 E 15 4B 15 4A
Octal 303 312 256 3 0 16 25 113 25 112
Binary 11000011 11001010 10101110 11 0 1110 10101 1001011 10101 1001010

Color Harmonies of #C3CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CAAE

Black with #C3CAAE

Text Example


Text Example

White with #C3CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CAAE; }

 p { color: rgb(195,202,174); }

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

background-color css

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

 a { background-color: rgb(195,202,174); }

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

border-color css

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

 span { border-color: rgb(195,202,174); }

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