Html Css Color HEX #C83F70 Royal Heath

📋 copy color: '#C83F70'

red 200 ◦ green 63 ◦ blue 112

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

Shades of Royal Heath #C83F70

Tints of Royal Heath #C83F70

RGB

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

 GREEN value IS 63 (25% from 255) = 16.8%

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

R = 53.33%
G = 16.8%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C83F70 (or 0xC83F70) is known color: Royal Heath. HEX triplet: C8, 3F and 70. RGB value is (200,63,112). Sum of RGB (Red+Green+Blue) = 200+63+112=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F70 is #37C08F. Grayscale: #6D6D6D. Windows color (decimal): -3653776 or 7356360. OLE color: 7356360.

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

Color convert

RGB 200 63 112 -
CMYK 0 0.68 0.44 0.22
HSL 338.54º 0.55% 0.52% -
HSV(B) 338.54º 0.69% 0.78% -
XYZ 28.52 17 17.11 -
YUV 109.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 200 63 112 0 0.68 0.44 0.22 338.54 0.55 0.52
Hex C8 3F 70 0 44 2C 16 153 37 34
Octal 310 77 160 0 104 54 26 523 67 64
Binary 11001000 111111 1110000 0 1000100 101100 10110 101010011 110111 110100

Color Harmonies of #C83F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F70

Black with #C83F70

Text Example


Text Example

White with #C83F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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