#C0DDB1

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

Shades of Madang #C0DDB1

Tints of Madang #C0DDB1

Color information

#C0DDB1 (or 0xC0DDB1) is unknown color: approx Madang. HEX triplet: C0, DD and B1. RGB value is (192,221,177). Sum of RGB (Red+Green+Blue) = 192+221+177=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DDB1 is #3F224E. Grayscale: #CFCFCF. Windows color (decimal): -4137551 or 11656640. OLE color: 11656640.

HSL color Cylindrical-coordinate representation of color #C0DDB1: hue angle of 99.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DDB1 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB192221177-
CMYK0.1300.200.13
HSL99.55º39.29%78.04%-
HSV(B)99.55º19.91%86.67%-
XYZ55.5366.0951.43-
YUV207.31110.89117.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.54%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 177 (69.53% from 255) = 30%
R=32.54%
G=37.46%
B=30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211770.1300.200.1399.5539.2978.04
HexC0DDB1D014D64274e
Octal300335261150241514447116
Binary1100000011011101101100011101010100110111001001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDB1; }

 p { color: rgb(192,221,177); }

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

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

 a { background-color: rgb(192,221,177); }

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

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

 span { border-color: rgb(192,221,177); }

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