Html Css Color HEX #C25074 Royal Heath

📋 copy color: '#C25074'

red 194 ◦ green 80 ◦ blue 116

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

Shades of Royal Heath #C25074

Tints of Royal Heath #C25074

RGB

 RED value IS 194 (76.17% from 255) = 49.74%

 GREEN value IS 80 (31.64% from 255) = 20.51%

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

R = 49.74%
G = 20.51%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C25074 (or 0xC25074) is known color: Royal Heath. HEX triplet: C2, 50 and 74. RGB value is (194,80,116). Sum of RGB (Red+Green+Blue) = 194+80+116=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C25074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25074 is #3DAF8B. Grayscale: #767676. Windows color (decimal): -4042636 or 7622850. OLE color: 7622850.

HSL color Cylindrical-coordinate representation of color #C25074: hue angle of 341.05º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25074 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 116 -
CMYK 0 0.59 0.40 0.24
HSL 341.05º 0.48% 0.54% -
HSV(B) 341.05º 0.59% 0.76% -
XYZ 28.27 18.47 18.6 -
YUV 118.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 194 80 116 0 0.59 0.40 0.24 341.05 0.48 0.54
Hex C2 50 74 0 3B 28 18 155 30 36
Octal 302 120 164 0 73 50 30 525 60 66
Binary 11000010 1010000 1110100 0 111011 101000 11000 101010101 110000 110110

Color Harmonies of #C25074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25074

Black with #C25074

Text Example


Text Example

White with #C25074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25074; }

 p { color: rgb(194,80,116); }

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

background-color css

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

 a { background-color: rgb(194,80,116); }

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

border-color css

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

 span { border-color: rgb(194,80,116); }

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