Html Css Color HEX #C04B7C Royal Heath

📋 copy color: '#C04B7C'

red 192 ◦ green 75 ◦ blue 124

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

Shades of Royal Heath #C04B7C

Tints of Royal Heath #C04B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 49.1%
G = 19.18%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C04B7C (or 0xC04B7C) is known color: Royal Heath. HEX triplet: C0, 4B and 7C. RGB value is (192,75,124). Sum of RGB (Red+Green+Blue) = 192+75+124=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B7C is #3FB483. Grayscale: #737373. Windows color (decimal): -4174980 or 8145856. OLE color: 8145856.

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

Color convert

RGB 192 75 124 -
CMYK 0 0.61 0.35 0.25
HSL 334.87º 0.48% 0.52% -
HSV(B) 334.87º 0.61% 0.75% -
XYZ 27.89 17.69 21.01 -
YUV 115.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 192 75 124 0 0.61 0.35 0.25 334.87 0.48 0.52
Hex C0 4B 7C 0 3D 23 19 14F 30 34
Octal 300 113 174 0 75 43 31 517 60 64
Binary 11000000 1001011 1111100 0 111101 100011 11001 101001111 110000 110100

Color Harmonies of #C04B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B7C

Black with #C04B7C

Text Example


Text Example

White with #C04B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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