#C7CCBE

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

Shades of Harp #C7CCBE

Tints of Harp #C7CCBE

Color information

#C7CCBE (or 0xC7CCBE) is unknown color: approx Harp. HEX triplet: C7, CC and BE. RGB value is (199,204,190). Sum of RGB (Red+Green+Blue) = 199+204+190=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCBE is #383341. Grayscale: #C8C8C8. Windows color (decimal): -3683138 or 12504263. OLE color: 12504263.

HSL color Cylindrical-coordinate representation of color #C7CCBE: hue angle of 81.43º degrees, saturation: 0.12, 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 #C7CCBE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB199204190-
CMYK0.0200.070.2
HSL81.43º12.07%77.25%-
HSV(B)81.43º6.86%80%-
XYZ54.4459.0557.24-
YUV200.91121.84126.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=33.56%
G=34.40%
B=32.04%

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
Decimal1992041900.0200.070.281.4312.0777.25
HexC7CCBE2071451c4d
Octal3073142762072412114115
Binary11000111110011001011111010011110100101000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCBE; }

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

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

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

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

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

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

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

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