Html Css Color HEX #C04671 Royal Heath

📋 copy color: '#C04671'

red 192 ◦ green 70 ◦ blue 113

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

Shades of Royal Heath #C04671

Tints of Royal Heath #C04671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 51.2%
G = 18.67%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04671 (or 0xC04671) is known color: Royal Heath. HEX triplet: C0, 46 and 71. RGB value is (192,70,113). Sum of RGB (Red+Green+Blue) = 192+70+113=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C04671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04671 is #3FB98E. Grayscale: #6F6F6F. Windows color (decimal): -4176271 or 7423680. OLE color: 7423680.

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

Color convert

RGB 192 70 113 -
CMYK 0 0.64 0.41 0.25
HSL 338.85º 0.49% 0.51% -
HSV(B) 338.85º 0.64% 0.75% -
XYZ 26.91 16.78 17.44 -
YUV 111.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 192 70 113 0 0.64 0.41 0.25 338.85 0.49 0.51
Hex C0 46 71 0 40 29 19 153 31 33
Octal 300 106 161 0 100 51 31 523 61 63
Binary 11000000 1000110 1110001 0 1000000 101001 11001 101010011 110001 110011

Color Harmonies of #C04671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04671

Black with #C04671

Text Example


Text Example

White with #C04671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04671; }

 p { color: rgb(192,70,113); }

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

background-color css

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

 a { background-color: rgb(192,70,113); }

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

border-color css

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

 span { border-color: rgb(192,70,113); }

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