#C3CBA7

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

Shades of Pale Leaf #C3CBA7

Tints of Pale Leaf #C3CBA7

Color information

#C3CBA7 (or 0xC3CBA7) is unknown color: approx Pale Leaf. HEX triplet: C3, CB and A7. RGB value is (195,203,167). Sum of RGB (Red+Green+Blue) = 195+203+167=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CBA7 is #3C3458. Grayscale: #C4C4C4. Windows color (decimal): -3945561 or 10996675. OLE color: 10996675.

HSL color Cylindrical-coordinate representation of color #C3CBA7: hue angle of 73.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3CBA7 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB195203167-
CMYK0.0400.180.20
HSL73.33º25.71%72.55%-
HSV(B)73.33º17.73%79.61%-
XYZ50.8457.144.9-
YUV196.5111.35126.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.51%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 167 (65.62% from 255) = 29.56%
R=34.51%
G=35.93%
B=29.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952031670.0400.180.2073.3325.7172.55
HexC3CBA7401214491a49
Octal30331324740222411132111
Binary110000111100101110100111100010010101001001001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBA7; }

 p { color: rgb(195,203,167); }

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

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

 a { background-color: rgb(195,203,167); }

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

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

 span { border-color: rgb(195,203,167); }

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