#C7CEB1

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

Shades of Harp #C7CEB1

Tints of Harp #C7CEB1

Color information

#C7CEB1 (or 0xC7CEB1) is unknown color: approx Harp. HEX triplet: C7, CE and B1. RGB value is (199,206,177). Sum of RGB (Red+Green+Blue) = 199+206+177=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CEB1 is #38314E. Grayscale: #C8C8C8. Windows color (decimal): -3682639 or 11652807. OLE color: 11652807.

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

Color convert

RGB199206177-
CMYK0.0300.140.19
HSL74.48º22.83%75.1%-
HSV(B)74.48º14.08%80.78%-
XYZ53.5659.4650.25-
YUV200.6114.68126.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.19%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 177 (69.53% from 255) = 30.41%
R=34.19%
G=35.40%
B=30.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992061770.0300.140.1974.4822.8375.1
HexC7CEB130E134a174b
Octal30731626130162311227113
Binary1100011111001110101100011101110100111001010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEB1; }

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

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

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

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

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

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

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

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