#C3CBB6

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

Shades of Pale Leaf #C3CBB6

Tints of Pale Leaf #C3CBB6

Color information

#C3CBB6 (or 0xC3CBB6) is unknown color: approx Pale Leaf. HEX triplet: C3, CB and B6. RGB value is (195,203,182). Sum of RGB (Red+Green+Blue) = 195+203+182=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBB6 is #3C3449. Grayscale: #C6C6C6. Windows color (decimal): -3945546 or 11979715. OLE color: 11979715.

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

Color convert

RGB195203182-
CMYK0.0400.100.20
HSL82.86º16.8%75.49%-
HSV(B)82.86º10.34%79.61%-
XYZ52.3157.6952.63-
YUV198.21118.85125.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.62%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=33.62%
G=35%
B=31.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952031820.0400.100.2082.8616.875.49
HexC3CBB640A1453114b
Octal30331326640122412321113
Binary11000011110010111011011010001010101001010011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBB6; }

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

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

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

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

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

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

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

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