Html Css Color HEX #C34275 Royal Heath

📋 copy color: '#C34275'

red 195 ◦ green 66 ◦ blue 117

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

Shades of Royal Heath #C34275

Tints of Royal Heath #C34275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 51.59%
G = 17.46%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C34275 (or 0xC34275) is known color: Royal Heath. HEX triplet: C3, 42 and 75. RGB value is (195,66,117). Sum of RGB (Red+Green+Blue) = 195+66+117=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C34275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34275 is #3CBD8A. Grayscale: #6E6E6E. Windows color (decimal): -3980683 or 7684803. OLE color: 7684803.

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

Color convert

RGB 195 66 117 -
CMYK 0 0.66 0.4 0.24
HSL 336.28º 0.52% 0.51% -
HSV(B) 336.28º 0.66% 0.76% -
XYZ 27.66 16.78 18.61 -
YUV 110.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 195 66 117 0 0.66 0.4 0.24 336.28 0.52 0.51
Hex C3 42 75 0 42 28 18 150 34 33
Octal 303 102 165 0 102 50 30 520 64 63
Binary 11000011 1000010 1110101 0 1000010 101000 11000 101010000 110100 110011

Color Harmonies of #C34275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34275

Black with #C34275

Text Example


Text Example

White with #C34275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34275; }

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

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

background-color css

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

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

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

border-color css

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

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

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