Html Css Color HEX #C8E7A0 Reef

📋 copy color: '#C8E7A0'

red 200 ◦ green 231 ◦ blue 160

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

Shades of Reef #C8E7A0

Tints of Reef #C8E7A0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.09%

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

R = 33.84%
G = 39.09%
B = 27.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#C8E7A0 (or 0xC8E7A0) is known color: Reef. HEX triplet: C8, E7 and A0. RGB value is (200,231,160). Sum of RGB (Red+Green+Blue) = 200+231+160=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8E7A0 is #37185F. Grayscale: #D5D5D5. Windows color (decimal): -3610720 or 10545096. OLE color: 10545096.

HSL color Cylindrical-coordinate representation of color #C8E7A0: hue angle of 86.2º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8E7A0 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 231 160 -
CMYK 0.13 0 0.31 0.09
HSL 86.2º 0.6% 0.77% -
HSV(B) 86.2º 0.31% 0.91% -
XYZ 58.74 71.97 44.05 -
YUV 213.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 200 231 160 0.13 0 0.31 0.09 86.2 0.6 0.77
Hex C8 E7 A0 D 0 1F 9 56 3C 4D
Octal 310 347 240 15 0 37 11 126 74 115
Binary 11001000 11100111 10100000 1101 0 11111 1001 1010110 111100 1001101

Color Harmonies of #C8E7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E7A0

Black with #C8E7A0

Text Example


Text Example

White with #C8E7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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