Html Css Color HEX #C2CEA0 Pale Leaf

📋 copy color: '#C2CEA0'

red 194 ◦ green 206 ◦ blue 160

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

Shades of Pale Leaf #C2CEA0

Tints of Pale Leaf #C2CEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.57%

R = 34.64%
G = 36.79%
B = 28.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#C2CEA0 (or 0xC2CEA0) is known color: Pale Leaf. HEX triplet: C2, CE and A0. RGB value is (194,206,160). Sum of RGB (Red+Green+Blue) = 194+206+160=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEA0 is #3D315F. Grayscale: #C5C5C5. Windows color (decimal): -4010336 or 10538690. OLE color: 10538690.

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

Color convert

RGB 194 206 160 -
CMYK 0.06 0 0.22 0.19
HSL 75.65º 0.32% 0.72% -
HSV(B) 75.65º 0.22% 0.81% -
XYZ 50.66 58.15 41.81 -
YUV 197.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 194 206 160 0.06 0 0.22 0.19 75.65 0.32 0.72
Hex C2 CE A0 6 0 16 13 4C 20 48
Octal 302 316 240 6 0 26 23 114 40 110
Binary 11000010 11001110 10100000 110 0 10110 10011 1001100 100000 1001000

Color Harmonies of #C2CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEA0

Black with #C2CEA0

Text Example


Text Example

White with #C2CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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