#C1CEB1

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

Shades of Pale Leaf #C1CEB1

Tints of Pale Leaf #C1CEB1

Color information

#C1CEB1 (or 0xC1CEB1) is unknown color: approx Pale Leaf. HEX triplet: C1, CE and B1. RGB value is (193,206,177). Sum of RGB (Red+Green+Blue) = 193+206+177=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CEB1 is #3E314E. Grayscale: #C6C6C6. Windows color (decimal): -4075855 or 11652801. OLE color: 11652801.

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

Color convert

RGB193206177-
CMYK0.0600.140.19
HSL86.9º22.83%75.1%-
HSV(B)86.9º14.08%80.78%-
XYZ5258.6550.18-
YUV198.81115.69123.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 177 (69.53% from 255) = 30.73%
R=33.51%
G=35.76%
B=30.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932061770.0600.140.1986.922.8375.1
HexC1CEB160E1357174b
Octal30131626160162312727113
Binary11000001110011101011000111001110100111010111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CEB1; }

 p { color: rgb(193,206,177); }

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

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

 a { background-color: rgb(193,206,177); }

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

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

 span { border-color: rgb(193,206,177); }

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