#C7CBBF

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

Shades of Harp #C7CBBF

Tints of Harp #C7CBBF

Color information

#C7CBBF (or 0xC7CBBF) is unknown color: approx Harp. HEX triplet: C7, CB and BF. RGB value is (199,203,191). Sum of RGB (Red+Green+Blue) = 199+203+191=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBBF is #383440. Grayscale: #C8C8C8. Windows color (decimal): -3683393 or 12569543. OLE color: 12569543.

HSL color Cylindrical-coordinate representation of color #C7CBBF: hue angle of 80º degrees, saturation: 0.1, 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 #C7CBBF is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB199203191-
CMYK0.0200.060.20
HSL80º10.34%77.25%-
HSV(B)80º5.91%79.61%-
XYZ54.3158.6257.74-
YUV200.44122.67126.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 191 (75% from 255) = 32.21%
R=33.56%
G=34.23%
B=32.21%

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
Decimal1992031910.0200.060.208010.3477.25
HexC7CBBF2061450a4d
Octal3073132772062412012115
Binary11000111110010111011111110011010100101000010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBBF; }

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

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

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

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

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

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

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

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