#C1CCBB

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

Shades of Surf Crest #C1CCBB

Tints of Surf Crest #C1CCBB

Color information

#C1CCBB (or 0xC1CCBB) is unknown color: approx Surf Crest. HEX triplet: C1, CC and BB. RGB value is (193,204,187). Sum of RGB (Red+Green+Blue) = 193+204+187=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCBB is #3E3344. Grayscale: #C6C6C6. Windows color (decimal): -4076357 or 12307649. OLE color: 12307649.

HSL color Cylindrical-coordinate representation of color #C1CCBB: hue angle of 98.82º 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 #C1CCBB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB193204187-
CMYK0.0500.080.2
HSL98.82º14.29%76.67%-
HSV(B)98.82º8.33%80%-
XYZ52.5558.1155.46-
YUV198.77121.36123.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=33.05%
G=34.93%
B=32.02%

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
Decimal1932041870.0500.080.298.8214.2976.67
HexC1CCBB5081463e4d
Octal30131427350102414316115
Binary1100000111001100101110111010100010100110001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCBB; }

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

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

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

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

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

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

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

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