Html Css Color HEX #C3D0AC Pale Leaf

📋 copy color: '#C3D0AC'

red 195 ◦ green 208 ◦ blue 172

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

Shades of Pale Leaf #C3D0AC

Tints of Pale Leaf #C3D0AC

RGB

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

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

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

R = 33.91%
G = 36.17%
B = 29.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#C3D0AC (or 0xC3D0AC) is known color: Pale Leaf. HEX triplet: C3, D0 and AC. RGB value is (195,208,172). Sum of RGB (Red+Green+Blue) = 195+208+172=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D0AC is #3C2F53. Grayscale: #C8C8C8. Windows color (decimal): -3944276 or 11325635. OLE color: 11325635.

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

Color convert

RGB 195 208 172 -
CMYK 0.06 0 0.17 0.18
HSL 81.67º 0.28% 0.75% -
HSV(B) 81.67º 0.17% 0.82% -
XYZ 52.51 59.69 47.78 -
YUV 200.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 195 208 172 0.06 0 0.17 0.18 81.67 0.28 0.75
Hex C3 D0 AC 6 0 11 12 52 1C 4B
Octal 303 320 254 6 0 21 22 122 34 113
Binary 11000011 11010000 10101100 110 0 10001 10010 1010010 11100 1001011

Color Harmonies of #C3D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D0AC

Black with #C3D0AC

Text Example


Text Example

White with #C3D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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