Html Css Color HEX #C9E0A8 Reef

📋 copy color: '#C9E0A8'

red 201 ◦ green 224 ◦ blue 168

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

Shades of Reef #C9E0A8

Tints of Reef #C9E0A8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

 BLUE value IS 168 (66.02% from 255) = 28.33%

R = 33.9%
G = 37.77%
B = 28.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#C9E0A8 (or 0xC9E0A8) is known color: Reef. HEX triplet: C9, E0 and A8. RGB value is (201,224,168). Sum of RGB (Red+Green+Blue) = 201+224+168=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E0A8 is #361F57. Grayscale: #D2D2D2. Windows color (decimal): -3546968 or 11067593. OLE color: 11067593.

HSL color Cylindrical-coordinate representation of color #C9E0A8: hue angle of 84.64º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9E0A8 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 224 168 -
CMYK 0.10 0 0.25 0.12
HSL 84.64º 0.47% 0.77% -
HSV(B) 84.64º 0.25% 0.88% -
XYZ 57.81 68.56 47.23 -
YUV 210.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 201 224 168 0.10 0 0.25 0.12 84.64 0.47 0.77
Hex C9 E0 A8 A 0 19 C 55 2F 4D
Octal 311 340 250 12 0 31 14 125 57 115
Binary 11001001 11100000 10101000 1010 0 11001 1100 1010101 101111 1001101

Color Harmonies of #C9E0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E0A8

Black with #C9E0A8

Text Example


Text Example

White with #C9E0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E0A8; }

 p { color: rgb(201,224,168); }

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

background-color css

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

 a { background-color: rgb(201,224,168); }

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

border-color css

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

 span { border-color: rgb(201,224,168); }

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