#C9DBA2

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

Shades of Reef #C9DBA2

Tints of Reef #C9DBA2

Color information

#C9DBA2 (or 0xC9DBA2) is unknown color: approx Reef. HEX triplet: C9, DB and A2. RGB value is (201,219,162). Sum of RGB (Red+Green+Blue) = 201+219+162=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DBA2 is #36245D. Grayscale: #CFCFCF. Windows color (decimal): -3548254 or 10673097. OLE color: 10673097.

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

Color convert

RGB201219162-
CMYK0.0800.260.14
HSL78.95º44.19%74.71%-
HSV(B)78.95º26.03%85.88%-
XYZ55.9465.6943.91-
YUV207.12102.54123.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 162 (63.67% from 255) = 27.84%
R=34.54%
G=37.63%
B=27.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191620.0800.260.1478.9544.1974.71
HexC9DBA2801AE4f2c4b
Octal311333242100321611754113
Binary1100100111011011101000101000011010111010011111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DBA2; }

 p { color: rgb(201,219,162); }

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

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

 a { background-color: rgb(201,219,162); }

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

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

 span { border-color: rgb(201,219,162); }

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