#C1C7BF

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

Shades of Surf Crest #C1C7BF

Tints of Surf Crest #C1C7BF

Color information

#C1C7BF (or 0xC1C7BF) is unknown color: approx Surf Crest. HEX triplet: C1, C7 and BF. RGB value is (193,199,191). Sum of RGB (Red+Green+Blue) = 193+199+191=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7BF is #3E3840. Grayscale: #C4C4C4. Windows color (decimal): -4077633 or 12568513. OLE color: 12568513.

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

Color convert

RGB193199191-
CMYK0.0300.040.22
HSL105º6.67%76.47%-
HSV(B)105º4.02%78.04%-
XYZ51.8255.9557.36-
YUV196.29125.01125.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.10%
GREEN value IS 199 (78.12% from 255) = 34.13%
BLUE value IS 191 (75% from 255) = 32.76%
R=33.10%
G=34.13%
B=32.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931991910.0300.040.221056.6776.47
HexC1C7BF304166974c
Octal301307277304261517114
Binary1100000111000111101111111101001011011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C7BF; }

 p { color: rgb(193,199,191); }

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

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

 a { background-color: rgb(193,199,191); }

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

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

 span { border-color: rgb(193,199,191); }

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