Html Css Color HEX #C83C6D Royal Heath

📋 copy color: '#C83C6D'

red 200 ◦ green 60 ◦ blue 109

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

Shades of Royal Heath #C83C6D

Tints of Royal Heath #C83C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 54.2%
G = 16.26%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C83C6D (or 0xC83C6D) is known color: Royal Heath. HEX triplet: C8, 3C and 6D. RGB value is (200,60,109). Sum of RGB (Red+Green+Blue) = 200+60+109=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C6D is #37C392. Grayscale: #6B6B6B. Windows color (decimal): -3654547 or 7158984. OLE color: 7158984.

HSL color Cylindrical-coordinate representation of color #C83C6D: hue angle of 339º 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 #C83C6D is Cyan = 0, Magento = 0.7, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 60 109 -
CMYK 0 0.7 0.46 0.22
HSL 339º 0.56% 0.51% -
HSV(B) 339º 0.7% 0.78% -
XYZ 28.2 16.62 16.19 -
YUV 107.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 200 60 109 0 0.7 0.46 0.22 339 0.56 0.51
Hex C8 3C 6D 0 46 2E 16 153 38 33
Octal 310 74 155 0 106 56 26 523 70 63
Binary 11001000 111100 1101101 0 1000110 101110 10110 101010011 111000 110011

Color Harmonies of #C83C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C6D

Black with #C83C6D

Text Example


Text Example

White with #C83C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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