Html Css Color HEX #C34B73 Royal Heath

📋 copy color: '#C34B73'

red 195 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #C34B73

Tints of Royal Heath #C34B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 50.65%
G = 19.48%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C34B73 (or 0xC34B73) is known color: Royal Heath. HEX triplet: C3, 4B and 73. RGB value is (195,75,115). Sum of RGB (Red+Green+Blue) = 195+75+115=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B73 is #3CB48C. Grayscale: #737373. Windows color (decimal): -3978381 or 7556035. OLE color: 7556035.

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

Color convert

RGB 195 75 115 -
CMYK 0 0.62 0.41 0.24
HSL 340º 0.5% 0.53% -
HSV(B) 340º 0.62% 0.76% -
XYZ 28.12 17.87 18.19 -
YUV 115.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 195 75 115 0 0.62 0.41 0.24 340 0.5 0.53
Hex C3 4B 73 0 3E 29 18 154 32 35
Octal 303 113 163 0 76 51 30 524 62 65
Binary 11000011 1001011 1110011 0 111110 101001 11000 101010100 110010 110101

Color Harmonies of #C34B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B73

Black with #C34B73

Text Example


Text Example

White with #C34B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B73; }

 p { color: rgb(195,75,115); }

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

background-color css

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

 a { background-color: rgb(195,75,115); }

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

border-color css

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

 span { border-color: rgb(195,75,115); }

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