Html Css Color HEX #C3D1AC Pale Leaf

📋 copy color: '#C3D1AC'

red 195 ◦ green 209 ◦ blue 172

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

Shades of Pale Leaf #C3D1AC

Tints of Pale Leaf #C3D1AC

RGB

 RED value IS 195 (76.56% from 255) = 33.85%

 GREEN value IS 209 (82.03% from 255) = 36.28%

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 33.85%
G = 36.28%
B = 29.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#C3D1AC (or 0xC3D1AC) is known color: Pale Leaf. HEX triplet: C3, D1 and AC. RGB value is (195,209,172). Sum of RGB (Red+Green+Blue) = 195+209+172=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D1AC is #3C2E53. Grayscale: #C8C8C8. Windows color (decimal): -3944020 or 11325891. OLE color: 11325891.

HSL color Cylindrical-coordinate representation of color #C3D1AC: hue angle of 82.7º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3D1AC is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 209 172 -
CMYK 0.07 0 0.18 0.18
HSL 82.7º 0.29% 0.75% -
HSV(B) 82.7º 0.18% 0.82% -
XYZ 52.75 60.18 47.87 -
YUV 200.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 195 209 172 0.07 0 0.18 0.18 82.7 0.29 0.75
Hex C3 D1 AC 7 0 12 12 53 1D 4B
Octal 303 321 254 7 0 22 22 123 35 113
Binary 11000011 11010001 10101100 111 0 10010 10010 1010011 11101 1001011

Color Harmonies of #C3D1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D1AC

Black with #C3D1AC

Text Example


Text Example

White with #C3D1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D1AC; }

 p { color: rgb(195,209,172); }

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

background-color css

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

 a { background-color: rgb(195,209,172); }

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

border-color css

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

 span { border-color: rgb(195,209,172); }

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