#C3CFB5

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

Shades of Pale Leaf #C3CFB5

Tints of Pale Leaf #C3CFB5

Color information

#C3CFB5 (or 0xC3CFB5) is unknown color: approx Pale Leaf. HEX triplet: C3, CF and B5. RGB value is (195,207,181). Sum of RGB (Red+Green+Blue) = 195+207+181=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFB5 is #3C304A. Grayscale: #C8C8C8. Windows color (decimal): -3944523 or 11915203. OLE color: 11915203.

HSL color Cylindrical-coordinate representation of color #C3CFB5: hue angle of 87.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CFB5 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB195207181-
CMYK0.0600.130.19
HSL87.69º21.31%76.08%-
HSV(B)87.69º12.56%81.18%-
XYZ53.1659.5652.41-
YUV200.45117.02124.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=33.45%
G=35.51%
B=31.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952071810.0600.130.1987.6921.3176.08
HexC3CFB560D1358154c
Octal30331726560152313025114
Binary11000011110011111011010111001101100111011000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFB5; }

 p { color: rgb(195,207,181); }

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

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

 a { background-color: rgb(195,207,181); }

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

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

 span { border-color: rgb(195,207,181); }

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