Html Css Color HEX #C9DCA6 Reef

📋 copy color: '#C9DCA6'

red 201 ◦ green 220 ◦ blue 166

#C9DCA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #C9DCA6

Tints of Reef #C9DCA6

RGB

 RED value IS 201 (78.91% from 255) = 34.24%

 GREEN value IS 220 (86.33% from 255) = 37.48%

 BLUE value IS 166 (65.23% from 255) = 28.28%

R = 34.24%
G = 37.48%
B = 28.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#C9DCA6 (or 0xC9DCA6) is known color: Reef. HEX triplet: C9, DC and A6. RGB value is (201,220,166). Sum of RGB (Red+Green+Blue) = 201+220+166=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DCA6 is #362359. Grayscale: #D0D0D0. Windows color (decimal): -3547994 or 10935497. OLE color: 10935497.

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

Color convert

RGB 201 220 166 -
CMYK 0.09 0 0.25 0.14
HSL 81.11º 0.44% 0.76% -
HSV(B) 81.11º 0.25% 0.86% -
XYZ 56.56 66.36 45.9 -
YUV 208.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 201 220 166 0.09 0 0.25 0.14 81.11 0.44 0.76
Hex C9 DC A6 9 0 19 E 51 2C 4C
Octal 311 334 246 11 0 31 16 121 54 114
Binary 11001001 11011100 10100110 1001 0 11001 1110 1010001 101100 1001100

Color Harmonies of #C9DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCA6

Black with #C9DCA6

Text Example


Text Example

White with #C9DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCA6; }

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

 H1.HeaderClassName
 {
   color: #C9DCA6;
 }
 .AnyTagClassName
 {
   color: #C9DCA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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