Html Css Color HEX #C05274 Royal Heath

📋 copy color: '#C05274'

red 192 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #C05274

Tints of Royal Heath #C05274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.03%

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

R = 49.23%
G = 21.03%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C05274 (or 0xC05274) is known color: Royal Heath. HEX triplet: C0, 52 and 74. RGB value is (192,82,116). Sum of RGB (Red+Green+Blue) = 192+82+116=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05274 is #3FAD8B. Grayscale: #767676. Windows color (decimal): -4173196 or 7623360. OLE color: 7623360.

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

Color convert

RGB 192 82 116 -
CMYK 0 0.57 0.40 0.25
HSL 341.45º 0.47% 0.54% -
HSV(B) 341.45º 0.57% 0.75% -
XYZ 27.91 18.5 18.62 -
YUV 118.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 192 82 116 0 0.57 0.40 0.25 341.45 0.47 0.54
Hex C0 52 74 0 39 28 19 155 2F 36
Octal 300 122 164 0 71 50 31 525 57 66
Binary 11000000 1010010 1110100 0 111001 101000 11001 101010101 101111 110110

Color Harmonies of #C05274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05274

Black with #C05274

Text Example


Text Example

White with #C05274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05274; }

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

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

background-color css

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

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

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

border-color css

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

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

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