Html Css Color HEX #C3D2AB Pale Leaf

📋 copy color: '#C3D2AB'

red 195 ◦ green 210 ◦ blue 171

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

Shades of Pale Leaf #C3D2AB

Tints of Pale Leaf #C3D2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.46%

 BLUE value IS 171 (67.19% from 255) = 29.69%

R = 33.85%
G = 36.46%
B = 29.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C3D2AB (or 0xC3D2AB) is known color: Pale Leaf. HEX triplet: C3, D2 and AB. RGB value is (195,210,171). Sum of RGB (Red+Green+Blue) = 195+210+171=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D2AB is #3C2D54. Grayscale: #C9C9C9. Windows color (decimal): -3943765 or 11260611. OLE color: 11260611.

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

Color convert

RGB 195 210 171 -
CMYK 0.07 0 0.19 0.18
HSL 83.08º 0.3% 0.75% -
HSV(B) 83.08º 0.19% 0.82% -
XYZ 52.9 60.64 47.44 -
YUV 201.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 195 210 171 0.07 0 0.19 0.18 83.08 0.3 0.75
Hex C3 D2 AB 7 0 13 12 53 1E 4B
Octal 303 322 253 7 0 23 22 123 36 113
Binary 11000011 11010010 10101011 111 0 10011 10010 1010011 11110 1001011

Color Harmonies of #C3D2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D2AB

Black with #C3D2AB

Text Example


Text Example

White with #C3D2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D2AB; }

 p { color: rgb(195,210,171); }

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

background-color css

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

 a { background-color: rgb(195,210,171); }

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

border-color css

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

 span { border-color: rgb(195,210,171); }

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