Html Css Color HEX #C35377 Royal Heath

📋 copy color: '#C35377'

red 195 ◦ green 83 ◦ blue 119

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

Shades of Royal Heath #C35377

Tints of Royal Heath #C35377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 49.12%
G = 20.91%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C35377 (or 0xC35377) is known color: Royal Heath. HEX triplet: C3, 53 and 77. RGB value is (195,83,119). Sum of RGB (Red+Green+Blue) = 195+83+119=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C35377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35377 is #3CAC88. Grayscale: #787878. Windows color (decimal): -3976329 or 7820227. OLE color: 7820227.

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

Color convert

RGB 195 83 119 -
CMYK 0 0.57 0.39 0.24
HSL 340.71º 0.48% 0.55% -
HSV(B) 340.71º 0.57% 0.76% -
XYZ 28.93 19.12 19.62 -
YUV 120.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 195 83 119 0 0.57 0.39 0.24 340.71 0.48 0.55
Hex C3 53 77 0 39 27 18 155 30 37
Octal 303 123 167 0 71 47 30 525 60 67
Binary 11000011 1010011 1110111 0 111001 100111 11000 101010101 110000 110111

Color Harmonies of #C35377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35377

Black with #C35377

Text Example


Text Example

White with #C35377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35377; }

 p { color: rgb(195,83,119); }

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

background-color css

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

 a { background-color: rgb(195,83,119); }

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

border-color css

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

 span { border-color: rgb(195,83,119); }

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