#C0CEB8

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

Shades of Surf Crest #C0CEB8

Tints of Surf Crest #C0CEB8

Color information

#C0CEB8 (or 0xC0CEB8) is unknown color: approx Surf Crest. HEX triplet: C0, CE and B8. RGB value is (192,206,184). Sum of RGB (Red+Green+Blue) = 192+206+184=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEB8 is #3F3147. Grayscale: #C7C7C7. Windows color (decimal): -4141384 or 12111552. OLE color: 12111552.

HSL color Cylindrical-coordinate representation of color #C0CEB8: hue angle of 98.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CEB8 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB192206184-
CMYK0.0700.110.19
HSL98.18º18.33%76.47%-
HSV(B)98.18º10.68%80.78%-
XYZ52.4658.8153.93-
YUV199.31119.36122.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 184 (72.27% from 255) = 31.62%
R=32.99%
G=35.40%
B=31.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061840.0700.110.1998.1818.3376.47
HexC0CEB870B1362124c
Octal30031627070132314222114
Binary11000000110011101011100011101011100111100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEB8; }

 p { color: rgb(192,206,184); }

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

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

 a { background-color: rgb(192,206,184); }

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

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

 span { border-color: rgb(192,206,184); }

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