#C6CEC0

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

Shades of Surf Crest #C6CEC0

Tints of Surf Crest #C6CEC0

Color information

#C6CEC0 (or 0xC6CEC0) is unknown color: approx Surf Crest. HEX triplet: C6, CE and C0. RGB value is (198,206,192). Sum of RGB (Red+Green+Blue) = 198+206+192=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEC0 is #39313F. Grayscale: #CACACA. Windows color (decimal): -3748160 or 12635846. OLE color: 12635846.

HSL color Cylindrical-coordinate representation of color #C6CEC0: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6CEC0 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB198206192-
CMYK0.0400.070.19
HSL94.29º12.5%78.04%-
HSV(B)94.29º6.8%80.78%-
XYZ54.8759.9558.55-
YUV202.01122.35125.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 192 (75.39% from 255) = 32.21%
R=33.22%
G=34.56%
B=32.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982061920.0400.070.1994.2912.578.04
HexC6CEC0407135ed4e
Octal3063163004072313615116
Binary110001101100111011000000100011110011101111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEC0; }

 p { color: rgb(198,206,192); }

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

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

 a { background-color: rgb(198,206,192); }

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

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

 span { border-color: rgb(198,206,192); }

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