Html Css Color HEX #C25073 Royal Heath

📋 copy color: '#C25073'

red 194 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #C25073

Tints of Royal Heath #C25073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 49.87%
G = 20.57%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C25073 (or 0xC25073) is known color: Royal Heath. HEX triplet: C2, 50 and 73. RGB value is (194,80,115). Sum of RGB (Red+Green+Blue) = 194+80+115=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C25073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25073 is #3DAF8C. Grayscale: #767676. Windows color (decimal): -4042637 or 7557314. OLE color: 7557314.

HSL color Cylindrical-coordinate representation of color #C25073: hue angle of 341.58º 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 #C25073 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 115 -
CMYK 0 0.59 0.41 0.24
HSL 341.58º 0.48% 0.54% -
HSV(B) 341.58º 0.59% 0.76% -
XYZ 28.21 18.44 18.29 -
YUV 118.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 194 80 115 0 0.59 0.41 0.24 341.58 0.48 0.54
Hex C2 50 73 0 3B 29 18 156 30 36
Octal 302 120 163 0 73 51 30 526 60 66
Binary 11000010 1010000 1110011 0 111011 101001 11000 101010110 110000 110110

Color Harmonies of #C25073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25073

Black with #C25073

Text Example


Text Example

White with #C25073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25073; }

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

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

background-color css

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

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

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

border-color css

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

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

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