#C7CBBE

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

Shades of Harp #C7CBBE

Tints of Harp #C7CBBE

Color information

#C7CBBE (or 0xC7CBBE) is unknown color: approx Harp. HEX triplet: C7, CB and BE. RGB value is (199,203,190). Sum of RGB (Red+Green+Blue) = 199+203+190=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBBE is #383441. Grayscale: #C8C8C8. Windows color (decimal): -3683394 or 12504007. OLE color: 12504007.

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

Color convert

RGB199203190-
CMYK0.0200.060.20
HSL78.46º11.11%77.06%-
HSV(B)78.46º6.4%79.61%-
XYZ54.258.5757.16-
YUV200.32122.17127.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.61%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=33.61%
G=34.29%
B=32.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992031900.0200.060.2078.4611.1177.06
HexC7CBBE206144eb4d
Octal3073132762062411613115
Binary11000111110010111011111010011010100100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBBE; }

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

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

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

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

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

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

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

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