Html Css Color HEX #C9DCA5 Reef

📋 copy color: '#C9DCA5'

red 201 ◦ green 220 ◦ blue 165

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

Shades of Reef #C9DCA5

Tints of Reef #C9DCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.16%

R = 34.3%
G = 37.54%
B = 28.16%

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

#C9DCA5 (or 0xC9DCA5) is known color: 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

RGB 201 220 165 -
CMYK 0.09 0 0.25 0.14
HSL 80.73º 0.44% 0.75% -
HSV(B) 80.73º 0.25% 0.86% -
XYZ 56.47 66.32 45.42 -
YUV 208.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 201 220 165 0.09 0 0.25 0.14 80.73 0.44 0.75
Hex C9 DC A5 9 0 19 E 51 2C 4B
Octal 311 334 245 11 0 31 16 121 54 113
Binary 11001001 11011100 10100101 1001 0 11001 1110 1010001 101100 1001011

Color Harmonies of #C9DCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCA5

Black with #C9DCA5

Text Example


Text Example

White with #C9DCA5

Text Example


Text Example

HTML Codes & Css Web 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>