#C85A7E

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

Shades of Cranberry #C85A7E

Tints of Cranberry #C85A7E

Color information

#C85A7E (or 0xC85A7E) is unknown color: approx Cranberry. HEX triplet: C8, 5A and 7E. RGB value is (200,90,126). Sum of RGB (Red+Green+Blue) = 200+90+126=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A7E is #37A581. Grayscale: #7E7E7E. Windows color (decimal): -3646850 or 8280776. OLE color: 8280776.

HSL color Cylindrical-coordinate representation of color #C85A7E: hue angle of 340.36º degrees, saturation: 0.5, 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 #C85A7E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB20090126-
CMYK00.550.370.22
HSL340.36º50%56.86%-
HSV(B)340.36º55%78.43%-
XYZ31.2421.122.16-
YUV126.99127.44180.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=48.08%
G=21.63%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009012600.550.370.22340.365056.86
HexC85A7E03725161543239
Octal31013217606745265246271
Binary1100100010110101111110011011110010110110101010100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85A7E; }

 p { color: rgb(200,90,126); }

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

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

 a { background-color: rgb(200,90,126); }

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

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

 span { border-color: rgb(200,90,126); }

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