Html Css Color HEX #C25175 Royal Heath

📋 copy color: '#C25175'

red 194 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #C25175

Tints of Royal Heath #C25175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.66%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 49.49%
G = 20.66%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C25175 (or 0xC25175) is known color: Royal Heath. HEX triplet: C2, 51 and 75. RGB value is (194,81,117). Sum of RGB (Red+Green+Blue) = 194+81+117=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C25175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25175 is #3DAE8A. Grayscale: #767676. Windows color (decimal): -4042379 or 7688642. OLE color: 7688642.

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

Color convert

RGB 194 81 117 -
CMYK 0 0.58 0.40 0.24
HSL 340.88º 0.48% 0.54% -
HSV(B) 340.88º 0.58% 0.76% -
XYZ 28.4 18.64 18.93 -
YUV 118.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 194 81 117 0 0.58 0.40 0.24 340.88 0.48 0.54
Hex C2 51 75 0 3A 28 18 155 30 36
Octal 302 121 165 0 72 50 30 525 60 66
Binary 11000010 1010001 1110101 0 111010 101000 11000 101010101 110000 110110

Color Harmonies of #C25175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25175

Black with #C25175

Text Example


Text Example

White with #C25175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25175; }

 p { color: rgb(194,81,117); }

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

background-color css

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

 a { background-color: rgb(194,81,117); }

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

border-color css

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

 span { border-color: rgb(194,81,117); }

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