Html Css Color HEX #C2CF9E Pale Leaf

📋 copy color: '#C2CF9E'

red 194 ◦ green 207 ◦ blue 158

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

Shades of Pale Leaf #C2CF9E

Tints of Pale Leaf #C2CF9E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.03%

 BLUE value IS 158 (62.11% from 255) = 28.26%

R = 34.7%
G = 37.03%
B = 28.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#C2CF9E (or 0xC2CF9E) is known color: Pale Leaf. HEX triplet: C2, CF and 9E. RGB value is (194,207,158). Sum of RGB (Red+Green+Blue) = 194+207+158=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CF9E is #3D3061. Grayscale: #C5C5C5. Windows color (decimal): -4010082 or 10407874. OLE color: 10407874.

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

Color convert

RGB 194 207 158 -
CMYK 0.06 0 0.24 0.19
HSL 75.92º 0.34% 0.72% -
HSV(B) 75.92º 0.24% 0.81% -
XYZ 50.73 58.56 40.98 -
YUV 197.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 194 207 158 0.06 0 0.24 0.19 75.92 0.34 0.72
Hex C2 CF 9E 6 0 18 13 4C 22 48
Octal 302 317 236 6 0 30 23 114 42 110
Binary 11000010 11001111 10011110 110 0 11000 10011 1001100 100010 1001000

Color Harmonies of #C2CF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF9E

Black with #C2CF9E

Text Example


Text Example

White with #C2CF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF9E; }

 p { color: rgb(194,207,158); }

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

background-color css

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

 a { background-color: rgb(194,207,158); }

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

border-color css

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

 span { border-color: rgb(194,207,158); }

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