Html Css Color HEX #C4CF9F Pale Leaf

📋 copy color: '#C4CF9F'

red 196 ◦ green 207 ◦ blue 159

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

Shades of Pale Leaf #C4CF9F

Tints of Pale Leaf #C4CF9F

RGB

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

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

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

R = 34.88%
G = 36.83%
B = 28.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#C4CF9F (or 0xC4CF9F) is known color: Pale Leaf. HEX triplet: C4, CF and 9F. RGB value is (196,207,159). Sum of RGB (Red+Green+Blue) = 196+207+159=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CF9F is #3B3060. Grayscale: #C6C6C6. Windows color (decimal): -3879009 or 10473412. OLE color: 10473412.

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

Color convert

RGB 196 207 159 -
CMYK 0.05 0 0.23 0.19
HSL 73.75º 0.33% 0.72% -
HSV(B) 73.75º 0.23% 0.81% -
XYZ 51.34 58.86 41.46 -
YUV 198.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 196 207 159 0.05 0 0.23 0.19 73.75 0.33 0.72
Hex C4 CF 9F 5 0 17 13 4A 21 48
Octal 304 317 237 5 0 27 23 112 41 110
Binary 11000100 11001111 10011111 101 0 10111 10011 1001010 100001 1001000

Color Harmonies of #C4CF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CF9F

Black with #C4CF9F

Text Example


Text Example

White with #C4CF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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