#C7CEBC

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

Shades of Harp #C7CEBC

Tints of Harp #C7CEBC

Color information

#C7CEBC (or 0xC7CEBC) is unknown color: approx Harp. HEX triplet: C7, CE and BC. RGB value is (199,206,188). Sum of RGB (Red+Green+Blue) = 199+206+188=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEBC is #383143. Grayscale: #C9C9C9. Windows color (decimal): -3682628 or 12373703. OLE color: 12373703.

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

Color convert

RGB199206188-
CMYK0.0300.090.19
HSL83.33º15.52%77.25%-
HSV(B)83.33º8.74%80.78%-
XYZ54.759.9256.26-
YUV201.86120.18125.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=33.56%
G=34.74%
B=31.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992061880.0300.090.1983.3315.5277.25
HexC7CEBC3091353104d
Octal30731627430112312320115
Binary1100011111001110101111001101001100111010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEBC; }

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

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

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

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

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

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

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

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