Html Css Color HEX #C35478 Royal Heath

📋 copy color: '#C35478'

red 195 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #C35478

Tints of Royal Heath #C35478

RGB

 RED value IS 195 (76.56% from 255) = 48.87%

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 48.87%
G = 21.05%
B = 30.08%

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

#C35478 (or 0xC35478) is known color: Royal Heath. HEX triplet: C3, 54 and 78. RGB value is (195,84,120). Sum of RGB (Red+Green+Blue) = 195+84+120=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C35478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35478 is #3CAB87. Grayscale: #797979. Windows color (decimal): -3976072 or 7886019. OLE color: 7886019.

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

Color convert

RGB 195 84 120 -
CMYK 0 0.57 0.38 0.24
HSL 340.54º 0.48% 0.55% -
HSV(B) 340.54º 0.57% 0.76% -
XYZ 29.07 19.3 19.96 -
YUV 121.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 195 84 120 0 0.57 0.38 0.24 340.54 0.48 0.55
Hex C3 54 78 0 39 26 18 155 30 37
Octal 303 124 170 0 71 46 30 525 60 67
Binary 11000011 1010100 1111000 0 111001 100110 11000 101010101 110000 110111

Color Harmonies of #C35478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35478

Black with #C35478

Text Example


Text Example

White with #C35478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35478; }

 p { color: rgb(195,84,120); }

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

background-color css

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

 a { background-color: rgb(195,84,120); }

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

border-color css

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

 span { border-color: rgb(195,84,120); }

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