#C83E70

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

Shades of Royal Heath #C83E70

Tints of Royal Heath #C83E70

Color information

#C83E70 (or 0xC83E70) is unknown color: approx Royal Heath. HEX triplet: C8, 3E and 70. RGB value is (200,62,112). Sum of RGB (Red+Green+Blue) = 200+62+112=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E70 is #37C18F. Grayscale: #6C6C6C. Windows color (decimal): -3654032 or 7356104. OLE color: 7356104.

HSL color Cylindrical-coordinate representation of color #C83E70: hue angle of 338.26º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E70 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20062112-
CMYK00.690.440.22
HSL338.26º55.65%51.37%-
HSV(B)338.26º69%78.43%-
XYZ28.4716.8917.09-
YUV108.96129.72192.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 62 (24.61% from 255) = 16.58%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=53.48%
G=16.58%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006211200.690.440.22338.2655.6551.37
HexC83E700452C161523833
Octal31076160010554265227063
Binary1100100011111011100000100010110110010110101010010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83E70; }

 p { color: rgb(200,62,112); }

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

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

 a { background-color: rgb(200,62,112); }

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

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

 span { border-color: rgb(200,62,112); }

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