Html Css Color HEX #C04A7B Royal Heath

📋 copy color: '#C04A7B'

red 192 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #C04A7B

Tints of Royal Heath #C04A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 49.36%
G = 19.02%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C04A7B (or 0xC04A7B) is known color: Royal Heath. HEX triplet: C0, 4A and 7B. RGB value is (192,74,123). Sum of RGB (Red+Green+Blue) = 192+74+123=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A7B is #3FB584. Grayscale: #727272. Windows color (decimal): -4175237 or 8080064. OLE color: 8080064.

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

Color convert

RGB 192 74 123 -
CMYK 0 0.61 0.36 0.25
HSL 335.08º 0.48% 0.52% -
HSV(B) 335.08º 0.61% 0.75% -
XYZ 27.76 17.53 20.66 -
YUV 114.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 192 74 123 0 0.61 0.36 0.25 335.08 0.48 0.52
Hex C0 4A 7B 0 3D 24 19 14F 30 34
Octal 300 112 173 0 75 44 31 517 60 64
Binary 11000000 1001010 1111011 0 111101 100100 11001 101001111 110000 110100

Color Harmonies of #C04A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A7B

Black with #C04A7B

Text Example


Text Example

White with #C04A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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