#C3CCAB

Color #C3CCAB Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C3CCAB

Tints of Pale Leaf #C3CCAB

Color information

#C3CCAB (or 0xC3CCAB) is unknown color: approx Pale Leaf. HEX triplet: C3, CC and AB. RGB value is (195,204,171). Sum of RGB (Red+Green+Blue) = 195+204+171=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CCAB is #3C3354. Grayscale: #C5C5C5. Windows color (decimal): -3945301 or 11259075. OLE color: 11259075.

HSL color Cylindrical-coordinate representation of color #C3CCAB: hue angle of 76.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3CCAB is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB195204171-
CMYK0.0400.160.2
HSL76.36º24.44%73.53%-
HSV(B)76.36º16.18%80%-
XYZ51.4557.7346.96-
YUV197.55113.02126.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 171 (67.19% from 255) = 30%
R=34.21%
G=35.79%
B=30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1952041710.0400.160.276.3624.4473.53
HexC3CCAB4010144c184a
Octal30331425340202411430112
Binary110000111100110010101011100010000101001001100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCAB; }

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

 H1.HeaderClassName
 {
   color: #C3CCAB;
 }
 .AnyTagClassName
 {
   color: #C3CCAB;
 }
</style>
background-color css

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

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

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

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

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

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