#C7CFBD

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

Shades of Harp #C7CFBD

Tints of Harp #C7CFBD

Color information

#C7CFBD (or 0xC7CFBD) is unknown color: approx Harp. HEX triplet: C7, CF and BD. RGB value is (199,207,189). Sum of RGB (Red+Green+Blue) = 199+207+189=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFBD is #383042. Grayscale: #CACACA. Windows color (decimal): -3682371 or 12439495. OLE color: 12439495.

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

Color convert

RGB199207189-
CMYK0.0400.090.19
HSL86.67º15.79%77.65%-
HSV(B)86.67º8.7%81.18%-
XYZ55.0560.4456.91-
YUV202.56120.35125.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=33.45%
G=34.79%
B=31.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071890.0400.090.1986.6715.7977.65
HexC7CFBD4091357104e
Octal30731727540112312720116
Binary11000111110011111011110110001001100111010111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFBD; }

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

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

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

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

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

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

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

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