#C9DCA5

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

Shades of Reef #C9DCA5

Tints of Reef #C9DCA5

Color information

#C9DCA5 (or 0xC9DCA5) is unknown color: approx Reef. HEX triplet: C9, DC and A5. RGB value is (201,220,165). Sum of RGB (Red+Green+Blue) = 201+220+165=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCA5 is #36235A. Grayscale: #D0D0D0. Windows color (decimal): -3547995 or 10869961. OLE color: 10869961.

HSL color Cylindrical-coordinate representation of color #C9DCA5: hue angle of 80.73º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9DCA5 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB201220165-
CMYK0.0900.250.14
HSL80.73º44%75.49%-
HSV(B)80.73º25%86.27%-
XYZ56.4766.3245.42-
YUV208.05103.71122.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=34.30%
G=37.54%
B=28.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201650.0900.250.1480.734475.49
HexC9DCA59019E512c4b
Octal311334245110311612154113
Binary1100100111011100101001011001011001111010100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCA5; }

 p { color: rgb(201,220,165); }

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

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

 a { background-color: rgb(201,220,165); }

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

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

 span { border-color: rgb(201,220,165); }

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