Html Css Color HEX #C83D6F Royal Heath

📋 copy color: '#C83D6F'

red 200 ◦ green 61 ◦ blue 111

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

Shades of Royal Heath #C83D6F

Tints of Royal Heath #C83D6F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.4%

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

R = 53.76%
G = 16.4%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C83D6F (or 0xC83D6F) is known color: Royal Heath. HEX triplet: C8, 3D and 6F. RGB value is (200,61,111). Sum of RGB (Red+Green+Blue) = 200+61+111=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D6F is #37C290. Grayscale: #6C6C6C. Windows color (decimal): -3654289 or 7290312. OLE color: 7290312.

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

Color convert

RGB 200 61 111 -
CMYK 0 0.69 0.44 0.22
HSL 338.42º 0.56% 0.51% -
HSV(B) 338.42º 0.7% 0.78% -
XYZ 28.36 16.76 16.78 -
YUV 108.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 200 61 111 0 0.69 0.44 0.22 338.42 0.56 0.51
Hex C8 3D 6F 0 45 2C 16 152 38 33
Octal 310 75 157 0 105 54 26 522 70 63
Binary 11001000 111101 1101111 0 1000101 101100 10110 101010010 111000 110011

Color Harmonies of #C83D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83D6F

Black with #C83D6F

Text Example


Text Example

White with #C83D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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