#C1CBBB

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

Shades of Surf Crest #C1CBBB

Tints of Surf Crest #C1CBBB

Color information

#C1CBBB (or 0xC1CBBB) is unknown color: approx Surf Crest. HEX triplet: C1, CB and BB. RGB value is (193,203,187). Sum of RGB (Red+Green+Blue) = 193+203+187=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBBB is #3E3444. Grayscale: #C6C6C6. Windows color (decimal): -4076613 or 12307393. OLE color: 12307393.

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

Color convert

RGB193203187-
CMYK0.0500.080.20
HSL97.5º13.33%76.47%-
HSV(B)97.5º7.88%79.61%-
XYZ52.3257.6455.38-
YUV198.19121.69124.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.10%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=33.10%
G=34.82%
B=32.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932031870.0500.080.2097.513.3376.47
HexC1CBBB5081461d4c
Octal30131327350102414115114
Binary1100000111001011101110111010100010100110000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBBB; }

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

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

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

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

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

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

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

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