#C7D0C6

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

Shades of Surf Crest #C7D0C6

Tints of Surf Crest #C7D0C6

Color information

#C7D0C6 (or 0xC7D0C6) is unknown color: approx Surf Crest. HEX triplet: C7, D0 and C6. RGB value is (199,208,198). Sum of RGB (Red+Green+Blue) = 199+208+198=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0C6 is #382F39. Grayscale: #CCCCCC. Windows color (decimal): -3682106 or 13029575. OLE color: 13029575.

HSL color Cylindrical-coordinate representation of color #C7D0C6: hue angle of 114º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7D0C6 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB199208198-
CMYK0.0400.050.18
HSL114º9.62%79.61%-
HSV(B)114º4.81%81.57%-
XYZ56.361.3362.3-
YUV204.17124.52124.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 198 (77.73% from 255) = 32.73%
R=32.89%
G=34.38%
B=32.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992081980.0400.050.181149.6279.61
HexC7D0C64051272a50
Octal3073203064052216212120
Binary110001111101000011000110100010110010111001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D0C6; }

 p { color: rgb(199,208,198); }

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

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

 a { background-color: rgb(199,208,198); }

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

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

 span { border-color: rgb(199,208,198); }

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