Html Css Color HEX #C2CFAE Pale Leaf

📋 copy color: '#C2CFAE'

red 194 ◦ green 207 ◦ blue 174

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

Shades of Pale Leaf #C2CFAE

Tints of Pale Leaf #C2CFAE

RGB

 RED value IS 194 (76.17% from 255) = 33.74%

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

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

R = 33.74%
G = 36%
B = 30.26%

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

#C2CFAE (or 0xC2CFAE) is known color: Pale Leaf. HEX triplet: C2, CF and AE. RGB value is (194,207,174). Sum of RGB (Red+Green+Blue) = 194+207+174=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CFAE is #3D3051. Grayscale: #C7C7C7. Windows color (decimal): -4010066 or 11456450. OLE color: 11456450.

HSL color Cylindrical-coordinate representation of color #C2CFAE: hue angle of 83.64º 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 #C2CFAE is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 174 -
CMYK 0.06 0 0.16 0.19
HSL 83.64º 0.26% 0.75% -
HSV(B) 83.64º 0.16% 0.81% -
XYZ 52.2 59.15 48.71 -
YUV 199.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 194 207 174 0.06 0 0.16 0.19 83.64 0.26 0.75
Hex C2 CF AE 6 0 10 13 54 1A 4B
Octal 302 317 256 6 0 20 23 124 32 113
Binary 11000010 11001111 10101110 110 0 10000 10011 1010100 11010 1001011

Color Harmonies of #C2CFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFAE

Black with #C2CFAE

Text Example


Text Example

White with #C2CFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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