#C1CBBD

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

Shades of Surf Crest #C1CBBD

Tints of Surf Crest #C1CBBD

Color information

#C1CBBD (or 0xC1CBBD) is unknown color: approx Surf Crest. HEX triplet: C1, CB and BD. RGB value is (193,203,189). Sum of RGB (Red+Green+Blue) = 193+203+189=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBBD is #3E3442. Grayscale: #C6C6C6. Windows color (decimal): -4076611 or 12438465. OLE color: 12438465.

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

Color convert

RGB193203189-
CMYK0.0500.070.20
HSL102.86º11.86%76.86%-
HSV(B)102.86º6.9%79.61%-
XYZ52.5357.7256.52-
YUV198.41122.69124.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=32.99%
G=34.70%
B=32.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932031890.0500.070.20102.8611.8676.86
HexC1CBBD5071467c4d
Octal3013132755072414714115
Binary110000011100101110111101101011110100110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBBD; }

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

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

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

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

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

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

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

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