#C9DCA4

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

Shades of Reef #C9DCA4

Tints of Reef #C9DCA4

Color information

#C9DCA4 (or 0xC9DCA4) is unknown color: approx Reef. HEX triplet: C9, DC and A4. RGB value is (201,220,164). Sum of RGB (Red+Green+Blue) = 201+220+164=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCA4 is #36235B. Grayscale: #D0D0D0. Windows color (decimal): -3547996 or 10804425. OLE color: 10804425.

HSL color Cylindrical-coordinate representation of color #C9DCA4: hue angle of 80.36º 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 #C9DCA4 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB201220164-
CMYK0.0900.250.14
HSL80.36º44.44%75.29%-
HSV(B)80.36º25.45%86.27%-
XYZ56.3866.2844.94-
YUV207.93103.21123.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.36%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 164 (64.45% from 255) = 28.03%
R=34.36%
G=37.61%
B=28.03%

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
Decimal2012201640.0900.250.1480.3644.4475.29
HexC9DCA49019E502c4b
Octal311334244110311612054113
Binary1100100111011100101001001001011001111010100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCA4; }

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

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

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

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

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

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

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

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