#C0CDBB

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

Shades of Surf Crest #C0CDBB

Tints of Surf Crest #C0CDBB

Color information

#C0CDBB (or 0xC0CDBB) is unknown color: approx Surf Crest. HEX triplet: C0, CD and BB. RGB value is (192,205,187). Sum of RGB (Red+Green+Blue) = 192+205+187=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDBB is #3F3244. Grayscale: #C7C7C7. Windows color (decimal): -4141637 or 12307904. OLE color: 12307904.

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

Color convert

RGB192205187-
CMYK0.0600.090.20
HSL103.33º15.25%76.86%-
HSV(B)103.33º8.78%80.39%-
XYZ52.5458.4655.53-
YUV199.06121.19122.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=32.88%
G=35.10%
B=32.02%

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
Decimal1922051870.0600.090.20103.3315.2576.86
HexC0CDBB6091467f4d
Octal30031527360112414717115
Binary1100000011001101101110111100100110100110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDBB; }

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

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

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

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

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

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

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

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