#C7CEBE

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

Shades of Harp #C7CEBE

Tints of Harp #C7CEBE

Color information

#C7CEBE (or 0xC7CEBE) is unknown color: approx Harp. HEX triplet: C7, CE and BE. RGB value is (199,206,190). Sum of RGB (Red+Green+Blue) = 199+206+190=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEBE is #383141. Grayscale: #CACACA. Windows color (decimal): -3682626 or 12504775. OLE color: 12504775.

HSL color Cylindrical-coordinate representation of color #C7CEBE: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7CEBE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB199206190-
CMYK0.0300.080.19
HSL86.25º14.04%77.65%-
HSV(B)86.25º7.77%80.78%-
XYZ54.926057.4-
YUV202.08121.18125.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=33.45%
G=34.62%
B=31.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992061900.0300.080.1986.2514.0477.65
HexC7CEBE3081356e4e
Octal30731627630102312616116
Binary110001111100111010111110110100010011101011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEBE; }

 p { color: rgb(199,206,190); }

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

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

 a { background-color: rgb(199,206,190); }

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

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

 span { border-color: rgb(199,206,190); }

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