#C7CBBB

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

Shades of Harp #C7CBBB

Tints of Harp #C7CBBB

Color information

#C7CBBB (or 0xC7CBBB) is unknown color: approx Harp. HEX triplet: C7, CB and BB. RGB value is (199,203,187). Sum of RGB (Red+Green+Blue) = 199+203+187=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBBB is #383444. Grayscale: #C8C8C8. Windows color (decimal): -3683397 or 12307399. OLE color: 12307399.

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

Color convert

RGB199203187-
CMYK0.0200.080.20
HSL75º13.33%76.47%-
HSV(B)75º7.88%79.61%-
XYZ53.8858.4455.45-
YUV199.98120.67127.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.79%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=33.79%
G=34.47%
B=31.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992031870.0200.080.207513.3376.47
HexC7CBBB208144bd4c
Octal30731327320102411315114
Binary110001111100101110111011100100010100100101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBBB; }

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

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

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

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

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

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

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

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