Html Css Color HEX #C2CF9F Pale Leaf

📋 copy color: '#C2CF9F'

red 194 ◦ green 207 ◦ blue 159

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

Shades of Pale Leaf #C2CF9F

Tints of Pale Leaf #C2CF9F

RGB

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

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

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

R = 34.64%
G = 36.96%
B = 28.39%

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

#C2CF9F (or 0xC2CF9F) is known color: Pale Leaf. HEX triplet: C2, CF and 9F. RGB value is (194,207,159). Sum of RGB (Red+Green+Blue) = 194+207+159=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CF9F is #3D3060. Grayscale: #C5C5C5. Windows color (decimal): -4010081 or 10473410. OLE color: 10473410.

HSL color Cylindrical-coordinate representation of color #C2CF9F: hue angle of 76.25º degrees, saturation: 0.33, 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 #C2CF9F is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 159 -
CMYK 0.06 0 0.23 0.19
HSL 76.25º 0.33% 0.72% -
HSV(B) 76.25º 0.23% 0.81% -
XYZ 50.82 58.6 41.43 -
YUV 197.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 194 207 159 0.06 0 0.23 0.19 76.25 0.33 0.72
Hex C2 CF 9F 6 0 17 13 4C 21 48
Octal 302 317 237 6 0 27 23 114 41 110
Binary 11000010 11001111 10011111 110 0 10111 10011 1001100 100001 1001000

Color Harmonies of #C2CF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CF9F

Black with #C2CF9F

Text Example


Text Example

White with #C2CF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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