Html Css Color HEX #C04B70 Royal Heath

📋 copy color: '#C04B70'

red 192 ◦ green 75 ◦ blue 112

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

Shades of Royal Heath #C04B70

Tints of Royal Heath #C04B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

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

R = 50.66%
G = 19.79%
B = 29.55%

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

#C04B70 (or 0xC04B70) is known color: Royal Heath. HEX triplet: C0, 4B and 70. RGB value is (192,75,112). Sum of RGB (Red+Green+Blue) = 192+75+112=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B70 is #3FB48F. Grayscale: #727272. Windows color (decimal): -4174992 or 7359424. OLE color: 7359424.

HSL color Cylindrical-coordinate representation of color #C04B70: hue angle of 341.03º 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 #C04B70 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 112 -
CMYK 0 0.61 0.42 0.25
HSL 341.03º 0.48% 0.52% -
HSV(B) 341.03º 0.61% 0.75% -
XYZ 27.18 17.41 17.26 -
YUV 114.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 192 75 112 0 0.61 0.42 0.25 341.03 0.48 0.52
Hex C0 4B 70 0 3D 2A 19 155 30 34
Octal 300 113 160 0 75 52 31 525 60 64
Binary 11000000 1001011 1110000 0 111101 101010 11001 101010101 110000 110100

Color Harmonies of #C04B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B70

Black with #C04B70

Text Example


Text Example

White with #C04B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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