#C3CBB2

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

Shades of Pale Leaf #C3CBB2

Tints of Pale Leaf #C3CBB2

Color information

#C3CBB2 (or 0xC3CBB2) is unknown color: approx Pale Leaf. HEX triplet: C3, CB and B2. RGB value is (195,203,178). Sum of RGB (Red+Green+Blue) = 195+203+178=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CBB2 is #3C344D. Grayscale: #C5C5C5. Windows color (decimal): -3945550 or 11717571. OLE color: 11717571.

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

Color convert

RGB195203178-
CMYK0.0400.120.20
HSL79.2º19.38%74.71%-
HSV(B)79.2º12.32%79.61%-
XYZ51.957.5350.49-
YUV197.76116.85126.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 178 (69.92% from 255) = 30.90%
R=33.85%
G=35.24%
B=30.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952031780.0400.120.2079.219.3874.71
HexC3CBB240C144f134b
Octal30331326240142411723113
Binary11000011110010111011001010001100101001001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBB2; }

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

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

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

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

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

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

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

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