Html Css Color HEX #C34577 Royal Heath

📋 copy color: '#C34577'

red 195 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #C34577

Tints of Royal Heath #C34577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

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

R = 50.91%
G = 18.02%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C34577 (or 0xC34577) is known color: Royal Heath. HEX triplet: C3, 45 and 77. RGB value is (195,69,119). Sum of RGB (Red+Green+Blue) = 195+69+119=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34577 is #3CBA88. Grayscale: #707070. Windows color (decimal): -3979913 or 7816643. OLE color: 7816643.

HSL color Cylindrical-coordinate representation of color #C34577: hue angle of 336.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34577 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 69 119 -
CMYK 0 0.65 0.39 0.24
HSL 336.19º 0.51% 0.52% -
HSV(B) 336.19º 0.65% 0.76% -
XYZ 27.96 17.19 19.3 -
YUV 112.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 195 69 119 0 0.65 0.39 0.24 336.19 0.51 0.52
Hex C3 45 77 0 41 27 18 150 33 34
Octal 303 105 167 0 101 47 30 520 63 64
Binary 11000011 1000101 1110111 0 1000001 100111 11000 101010000 110011 110100

Color Harmonies of #C34577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34577

Black with #C34577

Text Example


Text Example

White with #C34577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34577; }

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

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

background-color css

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

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

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

border-color css

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

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

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