Html Css Color HEX #C25378 Royal Heath

📋 copy color: '#C25378'

red 194 ◦ green 83 ◦ blue 120

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

Shades of Royal Heath #C25378

Tints of Royal Heath #C25378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 48.87%
G = 20.91%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C25378 (or 0xC25378) is known color: Royal Heath. HEX triplet: C2, 53 and 78. RGB value is (194,83,120). Sum of RGB (Red+Green+Blue) = 194+83+120=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C25378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25378 is #3DAC87. Grayscale: #787878. Windows color (decimal): -4041864 or 7885762. OLE color: 7885762.

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

Color convert

RGB 194 83 120 -
CMYK 0 0.57 0.38 0.24
HSL 340º 0.48% 0.54% -
HSV(B) 340º 0.57% 0.76% -
XYZ 28.73 19.01 19.92 -
YUV 120.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 194 83 120 0 0.57 0.38 0.24 340 0.48 0.54
Hex C2 53 78 0 39 26 18 154 30 36
Octal 302 123 170 0 71 46 30 524 60 66
Binary 11000010 1010011 1111000 0 111001 100110 11000 101010100 110000 110110

Color Harmonies of #C25378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25378

Black with #C25378

Text Example


Text Example

White with #C25378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25378; }

 p { color: rgb(194,83,120); }

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

background-color css

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

 a { background-color: rgb(194,83,120); }

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

border-color css

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

 span { border-color: rgb(194,83,120); }

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