Html Css Color HEX #C04172 Royal Heath

📋 copy color: '#C04172'

red 192 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #C04172

Tints of Royal Heath #C04172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 51.75%
G = 17.52%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04172 (or 0xC04172) is known color: Royal Heath. HEX triplet: C0, 41 and 72. RGB value is (192,65,114). Sum of RGB (Red+Green+Blue) = 192+65+114=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C04172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04172 is #3FBE8D. Grayscale: #6C6C6C. Windows color (decimal): -4177550 or 7487936. OLE color: 7487936.

HSL color Cylindrical-coordinate representation of color #C04172: hue angle of 336.85º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04172 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 114 -
CMYK 0 0.66 0.41 0.25
HSL 336.85º 0.5% 0.5% -
HSV(B) 336.85º 0.66% 0.75% -
XYZ 26.67 16.2 17.64 -
YUV 108.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 192 65 114 0 0.66 0.41 0.25 336.85 0.5 0.5
Hex C0 41 72 0 42 29 19 151 32 32
Octal 300 101 162 0 102 51 31 521 62 62
Binary 11000000 1000001 1110010 0 1000010 101001 11001 101010001 110010 110010

Color Harmonies of #C04172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04172

Black with #C04172

Text Example


Text Example

White with #C04172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04172; }

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

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

background-color css

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

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

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

border-color css

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

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

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