Html Css Color HEX #C34276 Royal Heath

📋 copy color: '#C34276'

red 195 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #C34276

Tints of Royal Heath #C34276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 51.45%
G = 17.41%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C34276 (or 0xC34276) is known color: Royal Heath. HEX triplet: C3, 42 and 76. RGB value is (195,66,118). Sum of RGB (Red+Green+Blue) = 195+66+118=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34276 is #3CBD89. Grayscale: #6E6E6E. Windows color (decimal): -3980682 or 7750339. OLE color: 7750339.

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

Color convert

RGB 195 66 118 -
CMYK 0 0.66 0.39 0.24
HSL 335.81º 0.52% 0.51% -
HSV(B) 335.81º 0.66% 0.76% -
XYZ 27.72 16.81 18.92 -
YUV 110.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 195 66 118 0 0.66 0.39 0.24 335.81 0.52 0.51
Hex C3 42 76 0 42 27 18 150 34 33
Octal 303 102 166 0 102 47 30 520 64 63
Binary 11000011 1000010 1110110 0 1000010 100111 11000 101010000 110100 110011

Color Harmonies of #C34276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34276

Black with #C34276

Text Example


Text Example

White with #C34276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34276; }

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

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

background-color css

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

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

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

border-color css

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

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

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