#C7CCBB

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

Shades of Harp #C7CCBB

Tints of Harp #C7CCBB

Color information

#C7CCBB (or 0xC7CCBB) is unknown color: approx Harp. HEX triplet: C7, CC and BB. RGB value is (199,204,187). Sum of RGB (Red+Green+Blue) = 199+204+187=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCBB is #383344. Grayscale: #C8C8C8. Windows color (decimal): -3683141 or 12307655. OLE color: 12307655.

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

Color convert

RGB199204187-
CMYK0.0200.080.2
HSL77.65º14.29%76.67%-
HSV(B)77.65º8.33%80%-
XYZ54.1258.9255.53-
YUV200.57120.34126.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=33.73%
G=34.58%
B=31.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041870.0200.080.277.6514.2976.67
HexC7CCBB208144ee4d
Octal30731427320102411616115
Binary110001111100110010111011100100010100100111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCBB; }

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

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

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

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

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

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

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

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