#C0CBB2

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

Shades of Pale Leaf #C0CBB2

Tints of Pale Leaf #C0CBB2

Color information

#C0CBB2 (or 0xC0CBB2) is unknown color: approx Pale Leaf. HEX triplet: C0, CB and B2. RGB value is (192,203,178). Sum of RGB (Red+Green+Blue) = 192+203+178=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBB2 is #3F344D. Grayscale: #C4C4C4. Windows color (decimal): -4142158 or 11717568. OLE color: 11717568.

HSL color Cylindrical-coordinate representation of color #C0CBB2: hue angle of 86.4º 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 #C0CBB2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB192203178-
CMYK0.0500.120.20
HSL86.4º19.38%74.71%-
HSV(B)86.4º12.32%79.61%-
XYZ51.1357.1350.45-
YUV196.86117.36124.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=33.51%
G=35.43%
B=31.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922031780.0500.120.2086.419.3874.71
HexC0CBB250C1456134b
Octal30031326250142412623113
Binary11000000110010111011001010101100101001010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBB2; }

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

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

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

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

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

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

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

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