#C7CCBC

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

Shades of Harp #C7CCBC

Tints of Harp #C7CCBC

Color information

#C7CCBC (or 0xC7CCBC) is unknown color: approx Harp. HEX triplet: C7, CC and BC. RGB value is (199,204,188). Sum of RGB (Red+Green+Blue) = 199+204+188=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCBC is #383343. Grayscale: #C8C8C8. Windows color (decimal): -3683140 or 12373191. OLE color: 12373191.

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

Color convert

RGB199204188-
CMYK0.0200.080.2
HSL78.75º13.56%76.86%-
HSV(B)78.75º7.84%80%-
XYZ54.2258.9656.1-
YUV200.68120.84126.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.67%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=33.67%
G=34.52%
B=31.81%

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
Decimal1992041880.0200.080.278.7513.5676.86
HexC7CCBC208144fe4d
Octal30731427420102411716115
Binary110001111100110010111100100100010100100111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCBC; }

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

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

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

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

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

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

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

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