#C75A7F

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

Shades of Cranberry #C75A7F

Tints of Cranberry #C75A7F

Color information

#C75A7F (or 0xC75A7F) is unknown color: approx Cranberry. HEX triplet: C7, 5A and 7F. RGB value is (199,90,127). Sum of RGB (Red+Green+Blue) = 199+90+127=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A7F is #38A580. Grayscale: #7E7E7E. Windows color (decimal): -3712385 or 8346311. OLE color: 8346311.

HSL color Cylindrical-coordinate representation of color #C75A7F: hue angle of 339.63º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A7F is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19990127-
CMYK00.550.360.22
HSL339.63º49.32%56.67%-
HSV(B)339.63º54.77%78.04%-
XYZ31.0420.9922.49-
YUV126.81128.11179.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 127 (50% from 255) = 30.53%
R=47.84%
G=21.63%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999012700.550.360.22339.6349.3256.67
HexC75A7F03724161543139
Octal30713217706744265246171
Binary1100011110110101111111011011110010010110101010100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A7F; }

 p { color: rgb(199,90,127); }

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

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

 a { background-color: rgb(199,90,127); }

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

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

 span { border-color: rgb(199,90,127); }

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