Html Css Color HEX #C34676 Royal Heath

📋 copy color: '#C34676'

red 195 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #C34676

Tints of Royal Heath #C34676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 50.91%
G = 18.28%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C34676 (or 0xC34676) is known color: Royal Heath. HEX triplet: C3, 46 and 76. RGB value is (195,70,118). Sum of RGB (Red+Green+Blue) = 195+70+118=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34676 is #3CB989. Grayscale: #707070. Windows color (decimal): -3979658 or 7751363. OLE color: 7751363.

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

Color convert

RGB 195 70 118 -
CMYK 0 0.64 0.39 0.24
HSL 336.96º 0.51% 0.52% -
HSV(B) 336.96º 0.64% 0.76% -
XYZ 27.97 17.29 19 -
YUV 112.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 195 70 118 0 0.64 0.39 0.24 336.96 0.51 0.52
Hex C3 46 76 0 40 27 18 151 33 34
Octal 303 106 166 0 100 47 30 521 63 64
Binary 11000011 1000110 1110110 0 1000000 100111 11000 101010001 110011 110100

Color Harmonies of #C34676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34676

Black with #C34676

Text Example


Text Example

White with #C34676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34676; }

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

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

background-color css

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

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

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

border-color css

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

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

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