#C7CFB4

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

Shades of Harp #C7CFB4

Tints of Harp #C7CFB4

Color information

#C7CFB4 (or 0xC7CFB4) is unknown color: approx Harp. HEX triplet: C7, CF and B4. RGB value is (199,207,180). Sum of RGB (Red+Green+Blue) = 199+207+180=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFB4 is #38304B. Grayscale: #C9C9C9. Windows color (decimal): -3682380 or 11849671. OLE color: 11849671.

HSL color Cylindrical-coordinate representation of color #C7CFB4: hue angle of 77.78º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7CFB4 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB199207180-
CMYK0.0400.130.19
HSL77.78º21.95%75.88%-
HSV(B)77.78º13.04%81.18%-
XYZ54.160.0651.92-
YUV201.53115.85126.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.96%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=33.96%
G=35.32%
B=30.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071800.0400.130.1977.7821.9575.88
HexC7CFB440D134e164c
Octal30731726440152311626114
Binary11000111110011111011010010001101100111001110101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFB4; }

 p { color: rgb(199,207,180); }

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

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

 a { background-color: rgb(199,207,180); }

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

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

 span { border-color: rgb(199,207,180); }

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