Html Css Color HEX #C34673 Royal Heath

📋 copy color: '#C34673'

red 195 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #C34673

Tints of Royal Heath #C34673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.42%

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

R = 51.32%
G = 18.42%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C34673 (or 0xC34673) is known color: Royal Heath. HEX triplet: C3, 46 and 73. RGB value is (195,70,115). Sum of RGB (Red+Green+Blue) = 195+70+115=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C34673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34673 is #3CB98C. Grayscale: #707070. Windows color (decimal): -3979661 or 7554755. OLE color: 7554755.

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

Color convert

RGB 195 70 115 -
CMYK 0 0.64 0.41 0.24
HSL 338.4º 0.51% 0.52% -
HSV(B) 338.4º 0.64% 0.76% -
XYZ 27.79 17.22 18.08 -
YUV 112.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 195 70 115 0 0.64 0.41 0.24 338.4 0.51 0.52
Hex C3 46 73 0 40 29 18 152 33 34
Octal 303 106 163 0 100 51 30 522 63 64
Binary 11000011 1000110 1110011 0 1000000 101001 11000 101010010 110011 110100

Color Harmonies of #C34673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34673

Black with #C34673

Text Example


Text Example

White with #C34673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34673; }

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

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

background-color css

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

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

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

border-color css

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

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

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