#C0CEB7

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

Shades of Surf Crest #C0CEB7

Tints of Surf Crest #C0CEB7

Color information

#C0CEB7 (or 0xC0CEB7) is unknown color: approx Surf Crest. HEX triplet: C0, CE and B7. RGB value is (192,206,183). Sum of RGB (Red+Green+Blue) = 192+206+183=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEB7 is #3F3148. Grayscale: #C7C7C7. Windows color (decimal): -4141385 or 12046016. OLE color: 12046016.

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

Color convert

RGB192206183-
CMYK0.0700.110.19
HSL96.52º19.01%76.27%-
HSV(B)96.52º11.17%80.78%-
XYZ52.3658.7753.38-
YUV199.19118.86122.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=33.05%
G=35.46%
B=31.50%

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
Decimal1922061830.0700.110.1996.5219.0176.27
HexC0CEB770B1361134c
Octal30031626770132314123114
Binary11000000110011101011011111101011100111100001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEB7; }

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

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

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

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

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

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

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

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