#C1CDBA

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

Shades of Surf Crest #C1CDBA

Tints of Surf Crest #C1CDBA

Color information

#C1CDBA (or 0xC1CDBA) is unknown color: approx Surf Crest. HEX triplet: C1, CD and BA. RGB value is (193,205,186). Sum of RGB (Red+Green+Blue) = 193+205+186=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDBA is #3E3245. Grayscale: #C7C7C7. Windows color (decimal): -4076102 or 12242369. OLE color: 12242369.

HSL color Cylindrical-coordinate representation of color #C1CDBA: hue angle of 97.89º degrees, saturation: 0.16, 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 #C1CDBA is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB193205186-
CMYK0.0600.090.20
HSL97.89º15.97%76.67%-
HSV(B)97.89º9.27%80.39%-
XYZ52.6958.5554.98-
YUV199.25120.52123.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=33.05%
G=35.10%
B=31.85%

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
Decimal1932051860.0600.090.2097.8915.9776.67
HexC1CDBA6091462104d
Octal30131527260112414220115
Binary11000001110011011011101011001001101001100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDBA; }

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

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

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

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

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

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

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

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