Html Css Color HEX #C9DCA4 Reef

📋 copy color: '#C9DCA4'

red 201 ◦ green 220 ◦ blue 164

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

Shades of Reef #C9DCA4

Tints of Reef #C9DCA4

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 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

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

RGB 201 220 164 -
CMYK 0.09 0 0.25 0.14
HSL 80.36º 0.44% 0.75% -
HSV(B) 80.36º 0.25% 0.86% -
XYZ 56.38 66.28 44.94 -
YUV 207.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 201 220 164 0.09 0 0.25 0.14 80.36 0.44 0.75
Hex C9 DC A4 9 0 19 E 50 2C 4B
Octal 311 334 244 11 0 31 16 120 54 113
Binary 11001001 11011100 10100100 1001 0 11001 1110 1010000 101100 1001011

Color Harmonies of #C9DCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCA4

Black with #C9DCA4

Text Example


Text Example

White with #C9DCA4

Text Example


Text Example

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