Html Css Color HEX #C04B72 Royal Heath

📋 copy color: '#C04B72'

red 192 ◦ green 75 ◦ blue 114

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

Shades of Royal Heath #C04B72

Tints of Royal Heath #C04B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 50.39%
G = 19.69%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04B72 (or 0xC04B72) is known color: Royal Heath. HEX triplet: C0, 4B and 72. RGB value is (192,75,114). Sum of RGB (Red+Green+Blue) = 192+75+114=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B72 is #3FB48D. Grayscale: #727272. Windows color (decimal): -4174990 or 7490496. OLE color: 7490496.

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

Color convert

RGB 192 75 114 -
CMYK 0 0.61 0.41 0.25
HSL 340º 0.48% 0.52% -
HSV(B) 340º 0.61% 0.75% -
XYZ 27.29 17.45 17.85 -
YUV 114.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 192 75 114 0 0.61 0.41 0.25 340 0.48 0.52
Hex C0 4B 72 0 3D 29 19 154 30 34
Octal 300 113 162 0 75 51 31 524 60 64
Binary 11000000 1001011 1110010 0 111101 101001 11001 101010100 110000 110100

Color Harmonies of #C04B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B72

Black with #C04B72

Text Example


Text Example

White with #C04B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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