Html Css Color HEX #C83B70 Royal Heath

📋 copy color: '#C83B70'

red 200 ◦ green 59 ◦ blue 112

#C83B70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C83B70

Tints of Royal Heath #C83B70

RGB

 RED value IS 200 (78.52% from 255) = 53.91%

 GREEN value IS 59 (23.44% from 255) = 15.9%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 53.91%
G = 15.9%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C83B70 (or 0xC83B70) is known color: Royal Heath. HEX triplet: C8, 3B and 70. RGB value is (200,59,112). Sum of RGB (Red+Green+Blue) = 200+59+112=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B70 is #37C48F. Grayscale: #6B6B6B. Windows color (decimal): -3654800 or 7355336. OLE color: 7355336.

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

Color convert

RGB 200 59 112 -
CMYK 0 0.70 0.44 0.22
HSL 337.45º 0.56% 0.51% -
HSV(B) 337.45º 0.71% 0.78% -
XYZ 28.31 16.58 17.04 -
YUV 107.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 200 59 112 0 0.70 0.44 0.22 337.45 0.56 0.51
Hex C8 3B 70 0 46 2C 16 151 38 33
Octal 310 73 160 0 106 54 26 521 70 63
Binary 11001000 111011 1110000 0 1000110 101100 10110 101010001 111000 110011

Color Harmonies of #C83B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B70

Black with #C83B70

Text Example


Text Example

White with #C83B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B70; }

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

 H1.HeaderClassName
 {
   color: #C83B70;
 }
 .AnyTagClassName
 {
   color: #C83B70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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