#C7D6C2

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

Shades of Surf Crest #C7D6C2

Tints of Surf Crest #C7D6C2

Color information

#C7D6C2 (or 0xC7D6C2) is unknown color: approx Surf Crest. HEX triplet: C7, D6 and C2. RGB value is (199,214,194). Sum of RGB (Red+Green+Blue) = 199+214+194=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6C2 is #38293D. Grayscale: #CFCFCF. Windows color (decimal): -3680574 or 12768967. OLE color: 12768967.

HSL color Cylindrical-coordinate representation of color #C7D6C2: hue angle of 105º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7D6C2 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB199214194-
CMYK0.0700.090.16
HSL105º19.61%80%-
HSV(B)105º9.35%83.92%-
XYZ57.3464.1360.4-
YUV207.24120.53122.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.78%
GREEN value IS 214 (83.98% from 255) = 35.26%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=32.78%
G=35.26%
B=31.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992141940.0700.090.1610519.6180
HexC7D6C270910691450
Octal30732630270112015124120
Binary11000111110101101100001011101001100001101001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D6C2; }

 p { color: rgb(199,214,194); }

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

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

 a { background-color: rgb(199,214,194); }

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

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

 span { border-color: rgb(199,214,194); }

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