Html Css Color HEX #C34076 Royal Heath

📋 copy color: '#C34076'

red 195 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #C34076

Tints of Royal Heath #C34076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

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

R = 51.72%
G = 16.98%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C34076 (or 0xC34076) is known color: Royal Heath. HEX triplet: C3, 40 and 76. RGB value is (195,64,118). Sum of RGB (Red+Green+Blue) = 195+64+118=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C34076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34076 is #3CBF89. Grayscale: #6D6D6D. Windows color (decimal): -3981194 or 7749827. OLE color: 7749827.

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

Color convert

RGB 195 64 118 -
CMYK 0 0.67 0.39 0.24
HSL 335.27º 0.52% 0.51% -
HSV(B) 335.27º 0.67% 0.76% -
XYZ 27.61 16.58 18.88 -
YUV 109.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 195 64 118 0 0.67 0.39 0.24 335.27 0.52 0.51
Hex C3 40 76 0 43 27 18 14F 34 33
Octal 303 100 166 0 103 47 30 517 64 63
Binary 11000011 1000000 1110110 0 1000011 100111 11000 101001111 110100 110011

Color Harmonies of #C34076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34076

Black with #C34076

Text Example


Text Example

White with #C34076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34076; }

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

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

background-color css

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

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

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

border-color css

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

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

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