Html Css Color HEX #C8E3A0 Reef

📋 copy color: '#C8E3A0'

red 200 ◦ green 227 ◦ blue 160

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

Shades of Reef #C8E3A0

Tints of Reef #C8E3A0

RGB

 RED value IS 200 (78.52% from 255) = 34.07%

 GREEN value IS 227 (89.06% from 255) = 38.67%

 BLUE value IS 160 (62.89% from 255) = 27.26%

R = 34.07%
G = 38.67%
B = 27.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#C8E3A0 (or 0xC8E3A0) is known color: Reef. HEX triplet: C8, E3 and A0. RGB value is (200,227,160). Sum of RGB (Red+Green+Blue) = 200+227+160=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E3A0 is #371C5F. Grayscale: #D3D3D3. Windows color (decimal): -3611744 or 10544072. OLE color: 10544072.

HSL color Cylindrical-coordinate representation of color #C8E3A0: hue angle of 84.18º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8E3A0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 227 160 -
CMYK 0.12 0 0.30 0.11
HSL 84.18º 0.54% 0.76% -
HSV(B) 84.18º 0.3% 0.89% -
XYZ 57.63 69.76 43.68 -
YUV 211.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 200 227 160 0.12 0 0.30 0.11 84.18 0.54 0.76
Hex C8 E3 A0 C 0 1E B 54 36 4C
Octal 310 343 240 14 0 36 13 124 66 114
Binary 11001000 11100011 10100000 1100 0 11110 1011 1010100 110110 1001100

Color Harmonies of #C8E3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E3A0

Black with #C8E3A0

Text Example


Text Example

White with #C8E3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E3A0; }

 p { color: rgb(200,227,160); }

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

background-color css

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

 a { background-color: rgb(200,227,160); }

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

border-color css

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

 span { border-color: rgb(200,227,160); }

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