Html Css Color HEX #C2CCAE Pale Leaf

📋 copy color: '#C2CCAE'

red 194 ◦ green 204 ◦ blue 174

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

Shades of Pale Leaf #C2CCAE

Tints of Pale Leaf #C2CCAE

RGB

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

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

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

R = 33.92%
G = 35.66%
B = 30.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#C2CCAE (or 0xC2CCAE) is known color: Pale Leaf. HEX triplet: C2, CC and AE. RGB value is (194,204,174). Sum of RGB (Red+Green+Blue) = 194+204+174=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCAE is #3D3351. Grayscale: #C5C5C5. Windows color (decimal): -4010834 or 11455682. OLE color: 11455682.

HSL color Cylindrical-coordinate representation of color #C2CCAE: hue angle of 80º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2CCAE is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 174 -
CMYK 0.05 0 0.15 0.2
HSL 80º 0.23% 0.74% -
HSV(B) 80º 0.15% 0.8% -
XYZ 51.48 57.71 48.47 -
YUV 197.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 194 204 174 0.05 0 0.15 0.2 80 0.23 0.74
Hex C2 CC AE 5 0 F 14 50 17 4A
Octal 302 314 256 5 0 17 24 120 27 112
Binary 11000010 11001100 10101110 101 0 1111 10100 1010000 10111 1001010

Color Harmonies of #C2CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCAE

Black with #C2CCAE

Text Example


Text Example

White with #C2CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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