#C8E1A6

Color #C8E1A6 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C8E1A6

Tints of Reef #C8E1A6

Color information

#C8E1A6 (or 0xC8E1A6) is unknown color: approx Reef. HEX triplet: C8, E1 and A6. RGB value is (200,225,166). Sum of RGB (Red+Green+Blue) = 200+225+166=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E1A6 is #371E59. Grayscale: #D3D3D3. Windows color (decimal): -3612250 or 10936776. OLE color: 10936776.

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

Color convert

RGB200225166-
CMYK0.1100.260.12
HSL85.42º49.58%76.67%-
HSV(B)85.42º26.22%88.24%-
XYZ57.6368.8846.33-
YUV210.8102.72120.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=33.84%
G=38.07%
B=28.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002251660.1100.260.1285.4249.5876.67
HexC8E1A6B01AC55324d
Octal310341246130321412562115
Binary1100100011100001101001101011011010110010101011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E1A6; }

 p { color: rgb(200,225,166); }

 H1.HeaderClassName
 {
   color: #C8E1A6;
 }
 .AnyTagClassName
 {
   color: #C8E1A6;
 }
</style>
background-color css

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

 a { background-color: rgb(200,225,166); }

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

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

 span { border-color: rgb(200,225,166); }

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