Html Css Color HEX #C4D0A3 Pale Leaf

📋 copy color: '#C4D0A3'

red 196 ◦ green 208 ◦ blue 163

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

Shades of Pale Leaf #C4D0A3

Tints of Pale Leaf #C4D0A3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.68%

 BLUE value IS 163 (64.06% from 255) = 28.75%

R = 34.57%
G = 36.68%
B = 28.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#C4D0A3 (or 0xC4D0A3) is known color: Pale Leaf. HEX triplet: C4, D0 and A3. RGB value is (196,208,163). Sum of RGB (Red+Green+Blue) = 196+208+163=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D0A3 is #3B2F5C. Grayscale: #C7C7C7. Windows color (decimal): -3878749 or 10735812. OLE color: 10735812.

HSL color Cylindrical-coordinate representation of color #C4D0A3: hue angle of 76º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4D0A3 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 208 163 -
CMYK 0.06 0 0.22 0.18
HSL 76º 0.32% 0.73% -
HSV(B) 76º 0.22% 0.82% -
XYZ 51.93 59.49 43.4 -
YUV 199.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 196 208 163 0.06 0 0.22 0.18 76 0.32 0.73
Hex C4 D0 A3 6 0 16 12 4C 20 49
Octal 304 320 243 6 0 26 22 114 40 111
Binary 11000100 11010000 10100011 110 0 10110 10010 1001100 100000 1001001

Color Harmonies of #C4D0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D0A3

Black with #C4D0A3

Text Example


Text Example

White with #C4D0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D0A3; }

 p { color: rgb(196,208,163); }

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

background-color css

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

 a { background-color: rgb(196,208,163); }

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

border-color css

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

 span { border-color: rgb(196,208,163); }

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