Html Css Color HEX #C04A75 Royal Heath

📋 copy color: '#C04A75'

red 192 ◦ green 74 ◦ blue 117

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

Shades of Royal Heath #C04A75

Tints of Royal Heath #C04A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 50.13%
G = 19.32%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04A75 (or 0xC04A75) is known color: Royal Heath. HEX triplet: C0, 4A and 75. RGB value is (192,74,117). Sum of RGB (Red+Green+Blue) = 192+74+117=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A75 is #3FB58A. Grayscale: #727272. Windows color (decimal): -4175243 or 7686848. OLE color: 7686848.

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

Color convert

RGB 192 74 117 -
CMYK 0 0.61 0.39 0.25
HSL 338.14º 0.48% 0.52% -
HSV(B) 338.14º 0.61% 0.75% -
XYZ 27.4 17.39 18.74 -
YUV 114.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 192 74 117 0 0.61 0.39 0.25 338.14 0.48 0.52
Hex C0 4A 75 0 3D 27 19 152 30 34
Octal 300 112 165 0 75 47 31 522 60 64
Binary 11000000 1001010 1110101 0 111101 100111 11001 101010010 110000 110100

Color Harmonies of #C04A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A75

Black with #C04A75

Text Example


Text Example

White with #C04A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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