Html Css Color HEX #C05070 Royal Heath

📋 copy color: '#C05070'

red 192 ◦ green 80 ◦ blue 112

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

Shades of Royal Heath #C05070

Tints of Royal Heath #C05070

RGB

 RED value IS 192 (75.39% from 255) = 50%

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 50%
G = 20.83%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C05070 (or 0xC05070) is known color: Royal Heath. HEX triplet: C0, 50 and 70. RGB value is (192,80,112). Sum of RGB (Red+Green+Blue) = 192+80+112=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C05070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05070 is #3FAF8F. Grayscale: #757575. Windows color (decimal): -4173712 or 7360704. OLE color: 7360704.

HSL color Cylindrical-coordinate representation of color #C05070: hue angle of 342.86º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05070 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 112 -
CMYK 0 0.58 0.42 0.25
HSL 342.86º 0.47% 0.53% -
HSV(B) 342.86º 0.58% 0.75% -
XYZ 27.53 18.11 17.37 -
YUV 117.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 192 80 112 0 0.58 0.42 0.25 342.86 0.47 0.53
Hex C0 50 70 0 3A 2A 19 157 2F 35
Octal 300 120 160 0 72 52 31 527 57 65
Binary 11000000 1010000 1110000 0 111010 101010 11001 101010111 101111 110101

Color Harmonies of #C05070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05070

Black with #C05070

Text Example


Text Example

White with #C05070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05070; }

 p { color: rgb(192,80,112); }

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

background-color css

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

 a { background-color: rgb(192,80,112); }

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

border-color css

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

 span { border-color: rgb(192,80,112); }

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