Html Css Color HEX #C34176 Royal Heath

📋 copy color: '#C34176'

red 195 ◦ green 65 ◦ blue 118

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

Shades of Royal Heath #C34176

Tints of Royal Heath #C34176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 51.59%
G = 17.2%
B = 31.22%

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

#C34176 (or 0xC34176) is known color: Royal Heath. HEX triplet: C3, 41 and 76. RGB value is (195,65,118). Sum of RGB (Red+Green+Blue) = 195+65+118=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C34176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34176 is #3CBE89. Grayscale: #6D6D6D. Windows color (decimal): -3980938 or 7750083. OLE color: 7750083.

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

Color convert

RGB 195 65 118 -
CMYK 0 0.67 0.39 0.24
HSL 335.54º 0.52% 0.51% -
HSV(B) 335.54º 0.67% 0.76% -
XYZ 27.67 16.69 18.9 -
YUV 109.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 195 65 118 0 0.67 0.39 0.24 335.54 0.52 0.51
Hex C3 41 76 0 43 27 18 150 34 33
Octal 303 101 166 0 103 47 30 520 64 63
Binary 11000011 1000001 1110110 0 1000011 100111 11000 101010000 110100 110011

Color Harmonies of #C34176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34176

Black with #C34176

Text Example


Text Example

White with #C34176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34176; }

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

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

background-color css

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

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

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

border-color css

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

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

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