Html Css Color HEX #C2CEA8 Pale Leaf

📋 copy color: '#C2CEA8'

red 194 ◦ green 206 ◦ blue 168

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

Shades of Pale Leaf #C2CEA8

Tints of Pale Leaf #C2CEA8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.27%

 BLUE value IS 168 (66.02% from 255) = 29.58%

R = 34.15%
G = 36.27%
B = 29.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#C2CEA8 (or 0xC2CEA8) is known color: Pale Leaf. HEX triplet: C2, CE and A8. RGB value is (194,206,168). Sum of RGB (Red+Green+Blue) = 194+206+168=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEA8 is #3D3157. Grayscale: #C6C6C6. Windows color (decimal): -4010328 or 11062978. OLE color: 11062978.

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

Color convert

RGB 194 206 168 -
CMYK 0.06 0 0.18 0.19
HSL 78.95º 0.28% 0.73% -
HSV(B) 78.95º 0.18% 0.81% -
XYZ 51.39 58.44 45.62 -
YUV 198.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 194 206 168 0.06 0 0.18 0.19 78.95 0.28 0.73
Hex C2 CE A8 6 0 12 13 4F 1C 49
Octal 302 316 250 6 0 22 23 117 34 111
Binary 11000010 11001110 10101000 110 0 10010 10011 1001111 11100 1001001

Color Harmonies of #C2CEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEA8

Black with #C2CEA8

Text Example


Text Example

White with #C2CEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEA8; }

 p { color: rgb(194,206,168); }

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

background-color css

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

 a { background-color: rgb(194,206,168); }

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

border-color css

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

 span { border-color: rgb(194,206,168); }

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