#C1CDBB

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

Shades of Surf Crest #C1CDBB

Tints of Surf Crest #C1CDBB

Color information

#C1CDBB (or 0xC1CDBB) is unknown color: approx Surf Crest. HEX triplet: C1, CD and BB. RGB value is (193,205,187). Sum of RGB (Red+Green+Blue) = 193+205+187=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDBB is #3E3244. Grayscale: #C7C7C7. Windows color (decimal): -4076101 or 12307905. OLE color: 12307905.

HSL color Cylindrical-coordinate representation of color #C1CDBB: hue angle of 100º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CDBB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB193205187-
CMYK0.0600.090.20
HSL100º15.25%76.86%-
HSV(B)100º8.78%80.39%-
XYZ52.7958.5955.54-
YUV199.36121.02123.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=32.99%
G=35.04%
B=31.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051870.0600.090.2010015.2576.86
HexC1CDBB6091464f4d
Octal30131527360112414417115
Binary1100000111001101101110111100100110100110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDBB; }

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

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

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

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

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

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

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

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