Html Css Color HEX #C04A6D Royal Heath

📋 copy color: '#C04A6D'

red 192 ◦ green 74 ◦ blue 109

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

Shades of Royal Heath #C04A6D

Tints of Royal Heath #C04A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 51.2%
G = 19.73%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C04A6D (or 0xC04A6D) is known color: Royal Heath. HEX triplet: C0, 4A and 6D. RGB value is (192,74,109). Sum of RGB (Red+Green+Blue) = 192+74+109=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04A6D is #3FB592. Grayscale: #717171. Windows color (decimal): -4175251 or 7162560. OLE color: 7162560.

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

Color convert

RGB 192 74 109 -
CMYK 0 0.61 0.43 0.25
HSL 342.2º 0.48% 0.52% -
HSV(B) 342.2º 0.61% 0.75% -
XYZ 26.95 17.21 16.37 -
YUV 113.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 192 74 109 0 0.61 0.43 0.25 342.2 0.48 0.52
Hex C0 4A 6D 0 3D 2B 19 156 30 34
Octal 300 112 155 0 75 53 31 526 60 64
Binary 11000000 1001010 1101101 0 111101 101011 11001 101010110 110000 110100

Color Harmonies of #C04A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A6D

Black with #C04A6D

Text Example


Text Example

White with #C04A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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