#C7CCBD

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

Shades of Harp #C7CCBD

Tints of Harp #C7CCBD

Color information

#C7CCBD (or 0xC7CCBD) is unknown color: approx Harp. HEX triplet: C7, CC and BD. RGB value is (199,204,189). Sum of RGB (Red+Green+Blue) = 199+204+189=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCBD is #383342. Grayscale: #C8C8C8. Windows color (decimal): -3683139 or 12438727. OLE color: 12438727.

HSL color Cylindrical-coordinate representation of color #C7CCBD: hue angle of 80º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7CCBD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB199204189-
CMYK0.0200.070.2
HSL80º12.82%77.06%-
HSV(B)80º7.35%80%-
XYZ54.335956.67-
YUV200.8121.34126.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.61%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=33.61%
G=34.46%
B=31.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041890.0200.070.28012.8277.06
HexC7CCBD2071450d4d
Octal3073142752072412015115
Binary11000111110011001011110110011110100101000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCBD; }

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

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

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

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

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

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

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

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