Html Css Color HEX #C04674 Royal Heath

📋 copy color: '#C04674'

red 192 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #C04674

Tints of Royal Heath #C04674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 50.79%
G = 18.52%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04674 (or 0xC04674) is known color: Royal Heath. HEX triplet: C0, 46 and 74. RGB value is (192,70,116). Sum of RGB (Red+Green+Blue) = 192+70+116=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04674 is #3FB98B. Grayscale: #6F6F6F. Windows color (decimal): -4176268 or 7620288. OLE color: 7620288.

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

Color convert

RGB 192 70 116 -
CMYK 0 0.64 0.40 0.25
HSL 337.38º 0.49% 0.51% -
HSV(B) 337.38º 0.64% 0.75% -
XYZ 27.08 16.85 18.35 -
YUV 111.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 192 70 116 0 0.64 0.40 0.25 337.38 0.49 0.51
Hex C0 46 74 0 40 28 19 151 31 33
Octal 300 106 164 0 100 50 31 521 61 63
Binary 11000000 1000110 1110100 0 1000000 101000 11001 101010001 110001 110011

Color Harmonies of #C04674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04674

Black with #C04674

Text Example


Text Example

White with #C04674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04674; }

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

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

background-color css

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

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

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

border-color css

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

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

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