Html Css Color HEX #C04A70 Royal Heath

📋 copy color: '#C04A70'

red 192 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #C04A70

Tints of Royal Heath #C04A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

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

R = 50.79%
G = 19.58%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C04A70 (or 0xC04A70) is known color: Royal Heath. HEX triplet: C0, 4A and 70. RGB value is (192,74,112). Sum of RGB (Red+Green+Blue) = 192+74+112=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A70 is #3FB58F. Grayscale: #717171. Windows color (decimal): -4175248 or 7359168. OLE color: 7359168.

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

Color convert

RGB 192 74 112 -
CMYK 0 0.61 0.42 0.25
HSL 340.68º 0.48% 0.52% -
HSV(B) 340.68º 0.61% 0.75% -
XYZ 27.11 17.27 17.23 -
YUV 113.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 192 74 112 0 0.61 0.42 0.25 340.68 0.48 0.52
Hex C0 4A 70 0 3D 2A 19 155 30 34
Octal 300 112 160 0 75 52 31 525 60 64
Binary 11000000 1001010 1110000 0 111101 101010 11001 101010101 110000 110100

Color Harmonies of #C04A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A70

Black with #C04A70

Text Example


Text Example

White with #C04A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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