Html Css Color HEX #C2CEA6 Pale Leaf

📋 copy color: '#C2CEA6'

red 194 ◦ green 206 ◦ blue 166

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

Shades of Pale Leaf #C2CEA6

Tints of Pale Leaf #C2CEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.33%

R = 34.28%
G = 36.4%
B = 29.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#C2CEA6 (or 0xC2CEA6) is known color: Pale Leaf. HEX triplet: C2, CE and A6. RGB value is (194,206,166). Sum of RGB (Red+Green+Blue) = 194+206+166=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEA6 is #3D3159. Grayscale: #C5C5C5. Windows color (decimal): -4010330 or 10931906. OLE color: 10931906.

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

Color convert

RGB 194 206 166 -
CMYK 0.06 0 0.19 0.19
HSL 78º 0.29% 0.73% -
HSV(B) 78º 0.19% 0.81% -
XYZ 51.2 58.37 44.64 -
YUV 197.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 194 206 166 0.06 0 0.19 0.19 78 0.29 0.73
Hex C2 CE A6 6 0 13 13 4E 1D 49
Octal 302 316 246 6 0 23 23 116 35 111
Binary 11000010 11001110 10100110 110 0 10011 10011 1001110 11101 1001001

Color Harmonies of #C2CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEA6

Black with #C2CEA6

Text Example


Text Example

White with #C2CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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