#C7CEB9

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

Shades of Harp #C7CEB9

Tints of Harp #C7CEB9

Color information

#C7CEB9 (or 0xC7CEB9) is unknown color: approx Harp. HEX triplet: C7, CE and B9. RGB value is (199,206,185). Sum of RGB (Red+Green+Blue) = 199+206+185=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEB9 is #383146. Grayscale: #C9C9C9. Windows color (decimal): -3682631 or 12177095. OLE color: 12177095.

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

Color convert

RGB199206185-
CMYK0.0300.100.19
HSL80º17.65%76.67%-
HSV(B)80º10.19%80.78%-
XYZ54.3859.7954.57-
YUV201.51118.68126.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=33.73%
G=34.92%
B=31.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992061850.0300.100.198017.6576.67
HexC7CEB930A1350124d
Octal30731627130122312022115
Binary1100011111001110101110011101010100111010000100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEB9; }

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

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

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

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

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

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

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

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