Html Css Color HEX #C05474 Royal Heath

📋 copy color: '#C05474'

red 192 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #C05474

Tints of Royal Heath #C05474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

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

R = 48.98%
G = 21.43%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C05474 (or 0xC05474) is known color: Royal Heath. HEX triplet: C0, 54 and 74. RGB value is (192,84,116). Sum of RGB (Red+Green+Blue) = 192+84+116=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05474 is #3FAB8B. Grayscale: #777777. Windows color (decimal): -4172684 or 7623872. OLE color: 7623872.

HSL color Cylindrical-coordinate representation of color #C05474: hue angle of 342.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05474 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 116 -
CMYK 0 0.56 0.40 0.25
HSL 342.22º 0.46% 0.54% -
HSV(B) 342.22º 0.56% 0.75% -
XYZ 28.06 18.81 18.67 -
YUV 119.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 192 84 116 0 0.56 0.40 0.25 342.22 0.46 0.54
Hex C0 54 74 0 38 28 19 156 2E 36
Octal 300 124 164 0 70 50 31 526 56 66
Binary 11000000 1010100 1110100 0 111000 101000 11001 101010110 101110 110110

Color Harmonies of #C05474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05474

Black with #C05474

Text Example


Text Example

White with #C05474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05474; }

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

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

background-color css

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

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

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

border-color css

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

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

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