#C0DAAF

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

Shades of Madang #C0DAAF

Tints of Madang #C0DAAF

Color information

#C0DAAF (or 0xC0DAAF) is unknown color: approx Madang. HEX triplet: C0, DA and AF. RGB value is (192,218,175). Sum of RGB (Red+Green+Blue) = 192+218+175=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAAF is #3F2550. Grayscale: #CDCDCD. Windows color (decimal): -4138321 or 11524800. OLE color: 11524800.

HSL color Cylindrical-coordinate representation of color #C0DAAF: hue angle of 96.28º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DAAF is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB192218175-
CMYK0.1200.200.15
HSL96.28º36.75%77.06%-
HSV(B)96.28º19.72%85.49%-
XYZ54.5564.4450.12-
YUV205.32110.89118.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=32.82%
G=37.26%
B=29.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922181750.1200.200.1596.2836.7577.06
HexC0DAAFC014F60254d
Octal300332257140241714045115
Binary1100000011011010101011111100010100111111000001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DAAF; }

 p { color: rgb(192,218,175); }

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

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

 a { background-color: rgb(192,218,175); }

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

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

 span { border-color: rgb(192,218,175); }

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