Html Css Color HEX #C9EAA5 Reef

📋 copy color: '#C9EAA5'

red 201 ◦ green 234 ◦ blue 165

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

Shades of Reef #C9EAA5

Tints of Reef #C9EAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39%

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

R = 33.5%
G = 39%
B = 27.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#C9EAA5 (or 0xC9EAA5) is known color: Reef. HEX triplet: C9, EA and A5. RGB value is (201,234,165). Sum of RGB (Red+Green+Blue) = 201+234+165=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EAA5 is #36155A. Grayscale: #D8D8D8. Windows color (decimal): -3544411 or 10873545. OLE color: 10873545.

HSL color Cylindrical-coordinate representation of color #C9EAA5: hue angle of 88.7º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9EAA5 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 234 165 -
CMYK 0.14 0 0.29 0.08
HSL 88.7º 0.62% 0.78% -
HSV(B) 88.7º 0.29% 0.92% -
XYZ 60.3 73.98 46.7 -
YUV 216.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 201 234 165 0.14 0 0.29 0.08 88.7 0.62 0.78
Hex C9 EA A5 E 0 1D 8 59 3E 4E
Octal 311 352 245 16 0 35 10 131 76 116
Binary 11001001 11101010 10100101 1110 0 11101 1000 1011001 111110 1001110

Color Harmonies of #C9EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EAA5

Black with #C9EAA5

Text Example


Text Example

White with #C9EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EAA5; }

 p { color: rgb(201,234,165); }

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

background-color css

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

 a { background-color: rgb(201,234,165); }

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

border-color css

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

 span { border-color: rgb(201,234,165); }

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