#C1CDBE

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

Shades of Surf Crest #C1CDBE

Tints of Surf Crest #C1CDBE

Color information

#C1CDBE (or 0xC1CDBE) is unknown color: approx Surf Crest. HEX triplet: C1, CD and BE. RGB value is (193,205,190). Sum of RGB (Red+Green+Blue) = 193+205+190=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDBE is #3E3241. Grayscale: #C7C7C7. Windows color (decimal): -4076098 or 12504513. OLE color: 12504513.

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

Color convert

RGB193205190-
CMYK0.0600.070.20
HSL108º13.04%77.45%-
HSV(B)108º7.32%80.39%-
XYZ53.1258.7257.25-
YUV199.7122.52123.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=32.82%
G=34.86%
B=32.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051900.0600.070.2010813.0477.45
HexC1CDBE607146cd4d
Octal3013152766072415415115
Binary110000011100110110111110110011110100110110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDBE; }

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

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

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

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

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

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

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

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