Html Css Color HEX #C34374 Royal Heath

📋 copy color: '#C34374'

red 195 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #C34374

Tints of Royal Heath #C34374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.72%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 51.59%
G = 17.72%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C34374 (or 0xC34374) is known color: Royal Heath. HEX triplet: C3, 43 and 74. RGB value is (195,67,116). Sum of RGB (Red+Green+Blue) = 195+67+116=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C34374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34374 is #3CBC8B. Grayscale: #6E6E6E. Windows color (decimal): -3980428 or 7619523. OLE color: 7619523.

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

Color convert

RGB 195 67 116 -
CMYK 0 0.66 0.41 0.24
HSL 337.03º 0.52% 0.51% -
HSV(B) 337.03º 0.66% 0.76% -
XYZ 27.67 16.88 18.32 -
YUV 110.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 195 67 116 0 0.66 0.41 0.24 337.03 0.52 0.51
Hex C3 43 74 0 42 29 18 151 34 33
Octal 303 103 164 0 102 51 30 521 64 63
Binary 11000011 1000011 1110100 0 1000010 101001 11000 101010001 110100 110011

Color Harmonies of #C34374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34374

Black with #C34374

Text Example


Text Example

White with #C34374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34374; }

 p { color: rgb(195,67,116); }

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

background-color css

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

 a { background-color: rgb(195,67,116); }

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

border-color css

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

 span { border-color: rgb(195,67,116); }

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