Html Css Color HEX #C34678 Royal Heath

📋 copy color: '#C34678'

red 195 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #C34678

Tints of Royal Heath #C34678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 50.65%
G = 18.18%
B = 31.17%

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

#C34678 (or 0xC34678) is known color: Royal Heath. HEX triplet: C3, 46 and 78. RGB value is (195,70,120). Sum of RGB (Red+Green+Blue) = 195+70+120=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C34678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34678 is #3CB987. Grayscale: #717171. Windows color (decimal): -3979656 or 7882435. OLE color: 7882435.

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

Color convert

RGB 195 70 120 -
CMYK 0 0.64 0.38 0.24
HSL 336º 0.51% 0.52% -
HSV(B) 336º 0.64% 0.76% -
XYZ 28.09 17.34 19.64 -
YUV 113.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 195 70 120 0 0.64 0.38 0.24 336 0.51 0.52
Hex C3 46 78 0 40 26 18 150 33 34
Octal 303 106 170 0 100 46 30 520 63 64
Binary 11000011 1000110 1111000 0 1000000 100110 11000 101010000 110011 110100

Color Harmonies of #C34678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34678

Black with #C34678

Text Example


Text Example

White with #C34678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34678; }

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

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

background-color css

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

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

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

border-color css

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

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

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