Html Css Color HEX #C34679 Royal Heath

📋 copy color: '#C34679'

red 195 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #C34679

Tints of Royal Heath #C34679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 50.52%
G = 18.13%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C34679 (or 0xC34679) is known color: Royal Heath. HEX triplet: C3, 46 and 79. RGB value is (195,70,121). Sum of RGB (Red+Green+Blue) = 195+70+121=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C34679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34679 is #3CB986. Grayscale: #717171. Windows color (decimal): -3979655 or 7947971. OLE color: 7947971.

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

Color convert

RGB 195 70 121 -
CMYK 0 0.64 0.38 0.24
HSL 335.52º 0.51% 0.52% -
HSV(B) 335.52º 0.64% 0.76% -
XYZ 28.15 17.36 19.96 -
YUV 113.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 195 70 121 0 0.64 0.38 0.24 335.52 0.51 0.52
Hex C3 46 79 0 40 26 18 150 33 34
Octal 303 106 171 0 100 46 30 520 63 64
Binary 11000011 1000110 1111001 0 1000000 100110 11000 101010000 110011 110100

Color Harmonies of #C34679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34679

Black with #C34679

Text Example


Text Example

White with #C34679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34679; }

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

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

background-color css

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

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

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

border-color css

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

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

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