#C7CBB3

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

Shades of Harp #C7CBB3

Tints of Harp #C7CBB3

Color information

#C7CBB3 (or 0xC7CBB3) is unknown color: approx Harp. HEX triplet: C7, CB and B3. RGB value is (199,203,179). Sum of RGB (Red+Green+Blue) = 199+203+179=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBB3 is #38344C. Grayscale: #C7C7C7. Windows color (decimal): -3683405 or 11783111. OLE color: 11783111.

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

Color convert

RGB199203179-
CMYK0.0200.120.20
HSL70º18.75%74.9%-
HSV(B)70º11.82%79.61%-
XYZ53.0558.1151.07-
YUV199.07116.67127.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.25%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=34.25%
G=34.94%
B=30.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992031790.0200.120.207018.7574.9
HexC7CBB320C1446134b
Octal30731326320142410623113
Binary1100011111001011101100111001100101001000110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBB3; }

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

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

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

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

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

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

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

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