#C6D8C4

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

Shades of Surf Crest #C6D8C4

Tints of Surf Crest #C6D8C4

Color information

#C6D8C4 (or 0xC6D8C4) is unknown color: approx Surf Crest. HEX triplet: C6, D8 and C4. RGB value is (198,216,196). Sum of RGB (Red+Green+Blue) = 198+216+196=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D8C4 is #39273B. Grayscale: #D0D0D0. Windows color (decimal): -3745596 or 12900550. OLE color: 12900550.

HSL color Cylindrical-coordinate representation of color #C6D8C4: hue angle of 114º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6D8C4 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB198216196-
CMYK0.0800.090.15
HSL114º20.41%80.78%-
HSV(B)114º9.26%84.71%-
XYZ57.8165.161.74-
YUV208.34121.04120.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.46%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=32.46%
G=35.41%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982161960.0800.090.1511420.4180.78
HexC6D8C4809F721451
Octal306330304100111716224121
Binary11000110110110001100010010000100111111110010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D8C4; }

 p { color: rgb(198,216,196); }

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

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

 a { background-color: rgb(198,216,196); }

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

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

 span { border-color: rgb(198,216,196); }

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