#C1CCBC

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

Shades of Surf Crest #C1CCBC

Tints of Surf Crest #C1CCBC

Color information

#C1CCBC (or 0xC1CCBC) is unknown color: approx Surf Crest. HEX triplet: C1, CC and BC. RGB value is (193,204,188). Sum of RGB (Red+Green+Blue) = 193+204+188=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCBC is #3E3343. Grayscale: #C6C6C6. Windows color (decimal): -4076356 or 12373185. OLE color: 12373185.

HSL color Cylindrical-coordinate representation of color #C1CCBC: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1CCBC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB193204188-
CMYK0.0500.080.2
HSL101.25º13.56%76.86%-
HSV(B)101.25º7.84%80%-
XYZ52.6658.1556.03-
YUV198.89121.86123.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=32.99%
G=34.87%
B=32.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1932041880.0500.080.2101.2513.5676.86
HexC1CCBC5081465e4d
Octal30131427450102414516115
Binary1100000111001100101111001010100010100110010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCBC; }

 p { color: rgb(193,204,188); }

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

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

 a { background-color: rgb(193,204,188); }

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

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

 span { border-color: rgb(193,204,188); }

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