Html Css Color HEX #C2CE9F Pale Leaf

📋 copy color: '#C2CE9F'

red 194 ◦ green 206 ◦ blue 159

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

Shades of Pale Leaf #C2CE9F

Tints of Pale Leaf #C2CE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.44%

R = 34.7%
G = 36.85%
B = 28.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#C2CE9F (or 0xC2CE9F) is known color: Pale Leaf. HEX triplet: C2, CE and 9F. RGB value is (194,206,159). Sum of RGB (Red+Green+Blue) = 194+206+159=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE9F is #3D3160. Grayscale: #C5C5C5. Windows color (decimal): -4010337 or 10473154. OLE color: 10473154.

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

Color convert

RGB 194 206 159 -
CMYK 0.06 0 0.23 0.19
HSL 75.32º 0.32% 0.72% -
HSV(B) 75.32º 0.23% 0.81% -
XYZ 50.58 58.12 41.35 -
YUV 197.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 194 206 159 0.06 0 0.23 0.19 75.32 0.32 0.72
Hex C2 CE 9F 6 0 17 13 4B 20 48
Octal 302 316 237 6 0 27 23 113 40 110
Binary 11000010 11001110 10011111 110 0 10111 10011 1001011 100000 1001000

Color Harmonies of #C2CE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE9F

Black with #C2CE9F

Text Example


Text Example

White with #C2CE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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