#C1C8BD

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

Shades of Surf Crest #C1C8BD

Tints of Surf Crest #C1C8BD

Color information

#C1C8BD (or 0xC1C8BD) is unknown color: approx Surf Crest. HEX triplet: C1, C8 and BD. RGB value is (193,200,189). Sum of RGB (Red+Green+Blue) = 193+200+189=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C8BD is #3E3742. Grayscale: #C4C4C4. Windows color (decimal): -4077379 or 12437697. OLE color: 12437697.

HSL color Cylindrical-coordinate representation of color #C1C8BD: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1C8BD is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB193200189-
CMYK0.0400.060.22
HSL98.18º9.09%76.27%-
HSV(B)98.18º5.5%78.43%-
XYZ51.8356.3256.28-
YUV196.65123.68125.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.16%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=33.16%
G=34.36%
B=32.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1932001890.0400.060.2298.189.0976.27
HexC1C8BD406166294c
Octal3013102754062614211114
Binary110000011100100010111101100011010110110001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C8BD; }

 p { color: rgb(193,200,189); }

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

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

 a { background-color: rgb(193,200,189); }

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

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

 span { border-color: rgb(193,200,189); }

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