Html Css Color HEX #C4D3A0 Pale Leaf

📋 copy color: '#C4D3A0'

red 196 ◦ green 211 ◦ blue 160

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

Shades of Pale Leaf #C4D3A0

Tints of Pale Leaf #C4D3A0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.21%

 BLUE value IS 160 (62.89% from 255) = 28.22%

R = 34.57%
G = 37.21%
B = 28.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#C4D3A0 (or 0xC4D3A0) is known color: Pale Leaf. HEX triplet: C4, D3 and A0. RGB value is (196,211,160). Sum of RGB (Red+Green+Blue) = 196+211+160=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D3A0 is #3B2C5F. Grayscale: #C8C8C8. Windows color (decimal): -3877984 or 10539972. OLE color: 10539972.

HSL color Cylindrical-coordinate representation of color #C4D3A0: hue angle of 77.65º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4D3A0 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 160 -
CMYK 0.07 0 0.24 0.17
HSL 77.65º 0.37% 0.73% -
HSV(B) 77.65º 0.24% 0.83% -
XYZ 52.4 60.86 42.24 -
YUV 200.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 196 211 160 0.07 0 0.24 0.17 77.65 0.37 0.73
Hex C4 D3 A0 7 0 18 11 4E 25 49
Octal 304 323 240 7 0 30 21 116 45 111
Binary 11000100 11010011 10100000 111 0 11000 10001 1001110 100101 1001001

Color Harmonies of #C4D3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D3A0

Black with #C4D3A0

Text Example


Text Example

White with #C4D3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D3A0; }

 p { color: rgb(196,211,160); }

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

background-color css

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

 a { background-color: rgb(196,211,160); }

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

border-color css

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

 span { border-color: rgb(196,211,160); }

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