Html Css Color HEX #C3CFAE Pale Leaf

📋 copy color: '#C3CFAE'

red 195 ◦ green 207 ◦ blue 174

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

Shades of Pale Leaf #C3CFAE

Tints of Pale Leaf #C3CFAE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.94%

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

R = 33.85%
G = 35.94%
B = 30.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C3CFAE (or 0xC3CFAE) is known color: Pale Leaf. HEX triplet: C3, CF and AE. RGB value is (195,207,174). Sum of RGB (Red+Green+Blue) = 195+207+174=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CFAE is #3C3051. Grayscale: #C7C7C7. Windows color (decimal): -3944530 or 11456451. OLE color: 11456451.

HSL color Cylindrical-coordinate representation of color #C3CFAE: hue angle of 81.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3CFAE is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 207 174 -
CMYK 0.06 0 0.16 0.19
HSL 81.82º 0.26% 0.75% -
HSV(B) 81.82º 0.16% 0.81% -
XYZ 52.46 59.28 48.72 -
YUV 199.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 195 207 174 0.06 0 0.16 0.19 81.82 0.26 0.75
Hex C3 CF AE 6 0 10 13 52 1A 4B
Octal 303 317 256 6 0 20 23 122 32 113
Binary 11000011 11001111 10101110 110 0 10000 10011 1010010 11010 1001011

Color Harmonies of #C3CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFAE

Black with #C3CFAE

Text Example


Text Example

White with #C3CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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