Html Css Color HEX #C4CF9E Pale Leaf

📋 copy color: '#C4CF9E'

red 196 ◦ green 207 ◦ blue 158

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

Shades of Pale Leaf #C4CF9E

Tints of Pale Leaf #C4CF9E

RGB

 RED value IS 196 (76.95% from 255) = 34.94%

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

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

R = 34.94%
G = 36.9%
B = 28.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#C4CF9E (or 0xC4CF9E) is known color: Pale Leaf. HEX triplet: C4, CF and 9E. RGB value is (196,207,158). Sum of RGB (Red+Green+Blue) = 196+207+158=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CF9E is #3B3061. Grayscale: #C6C6C6. Windows color (decimal): -3879010 or 10407876. OLE color: 10407876.

HSL color Cylindrical-coordinate representation of color #C4CF9E: hue angle of 73.47º 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 #C4CF9E is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 207 158 -
CMYK 0.05 0 0.24 0.19
HSL 73.47º 0.34% 0.72% -
HSV(B) 73.47º 0.24% 0.81% -
XYZ 51.25 58.83 41 -
YUV 198.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 196 207 158 0.05 0 0.24 0.19 73.47 0.34 0.72
Hex C4 CF 9E 5 0 18 13 49 22 48
Octal 304 317 236 5 0 30 23 111 42 110
Binary 11000100 11001111 10011110 101 0 11000 10011 1001001 100010 1001000

Color Harmonies of #C4CF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CF9E

Black with #C4CF9E

Text Example


Text Example

White with #C4CF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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