#C8E0C0

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

Shades of Surf Crest #C8E0C0

Tints of Surf Crest #C8E0C0

Color information

#C8E0C0 (or 0xC8E0C0) is unknown color: approx Surf Crest. HEX triplet: C8, E0 and C0. RGB value is (200,224,192). Sum of RGB (Red+Green+Blue) = 200+224+192=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E0C0 is #371F3F. Grayscale: #D5D5D5. Windows color (decimal): -3612480 or 12640456. OLE color: 12640456.

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

Color convert

RGB200224192-
CMYK0.1100.140.12
HSL105º34.04%81.57%-
HSV(B)105º14.29%87.84%-
XYZ59.9969.460.1-
YUV213.18116.05118.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=32.47%
G=36.36%
B=31.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2002241920.1100.140.1210534.0481.57
HexC8E0C0B0EC692252
Octal310340300130161415142122
Binary110010001110000011000000101101110110011010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E0C0; }

 p { color: rgb(200,224,192); }

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

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

 a { background-color: rgb(200,224,192); }

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

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

 span { border-color: rgb(200,224,192); }

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