Html Css Color HEX #C83C6F Royal Heath

📋 copy color: '#C83C6F'

red 200 ◦ green 60 ◦ blue 111

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

Shades of Royal Heath #C83C6F

Tints of Royal Heath #C83C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 53.91%
G = 16.17%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C83C6F (or 0xC83C6F) is known color: Royal Heath. HEX triplet: C8, 3C and 6F. RGB value is (200,60,111). Sum of RGB (Red+Green+Blue) = 200+60+111=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C6F is #37C390. Grayscale: #6B6B6B. Windows color (decimal): -3654545 or 7290056. OLE color: 7290056.

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

Color convert

RGB 200 60 111 -
CMYK 0 0.7 0.44 0.22
HSL 338.14º 0.56% 0.51% -
HSV(B) 338.14º 0.7% 0.78% -
XYZ 28.3 16.66 16.76 -
YUV 107.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 200 60 111 0 0.7 0.44 0.22 338.14 0.56 0.51
Hex C8 3C 6F 0 46 2C 16 152 38 33
Octal 310 74 157 0 106 54 26 522 70 63
Binary 11001000 111100 1101111 0 1000110 101100 10110 101010010 111000 110011

Color Harmonies of #C83C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C6F

Black with #C83C6F

Text Example


Text Example

White with #C83C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C6F; }

 p { color: rgb(200,60,111); }

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

background-color css

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

 a { background-color: rgb(200,60,111); }

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

border-color css

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

 span { border-color: rgb(200,60,111); }

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