#C0D3BB

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

Shades of Surf Crest #C0D3BB

Tints of Surf Crest #C0D3BB

Color information

#C0D3BB (or 0xC0D3BB) is unknown color: approx Surf Crest. HEX triplet: C0, D3 and BB. RGB value is (192,211,187). Sum of RGB (Red+Green+Blue) = 192+211+187=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3BB is #3F2C44. Grayscale: #CACACA. Windows color (decimal): -4140101 or 12309440. OLE color: 12309440.

HSL color Cylindrical-coordinate representation of color #C0D3BB: hue angle of 107.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D3BB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB192211187-
CMYK0.0900.110.17
HSL107.5º21.43%78.04%-
HSV(B)107.5º11.37%82.75%-
XYZ5461.3856.02-
YUV202.58119.21120.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.54%
GREEN value IS 211 (82.81% from 255) = 35.76%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=32.54%
G=35.76%
B=31.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922111870.0900.110.17107.521.4378.04
HexC0D3BB90B116b154e
Octal300323273110132115325116
Binary110000001101001110111011100101011100011101011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3BB; }

 p { color: rgb(192,211,187); }

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

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

 a { background-color: rgb(192,211,187); }

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

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

 span { border-color: rgb(192,211,187); }

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