Html Css Color HEX #C34472 Royal Heath

📋 copy color: '#C34472'

red 195 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #C34472

Tints of Royal Heath #C34472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 51.72%
G = 18.04%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C34472 (or 0xC34472) is known color: Royal Heath. HEX triplet: C3, 44 and 72. RGB value is (195,68,114). Sum of RGB (Red+Green+Blue) = 195+68+114=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C34472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34472 is #3CBB8D. Grayscale: #6F6F6F. Windows color (decimal): -3980174 or 7488707. OLE color: 7488707.

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

Color convert

RGB 195 68 114 -
CMYK 0 0.65 0.42 0.24
HSL 338.27º 0.51% 0.52% -
HSV(B) 338.27º 0.65% 0.76% -
XYZ 27.61 16.95 17.74 -
YUV 111.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 195 68 114 0 0.65 0.42 0.24 338.27 0.51 0.52
Hex C3 44 72 0 41 2A 18 152 33 34
Octal 303 104 162 0 101 52 30 522 63 64
Binary 11000011 1000100 1110010 0 1000001 101010 11000 101010010 110011 110100

Color Harmonies of #C34472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34472

Black with #C34472

Text Example


Text Example

White with #C34472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34472; }

 p { color: rgb(195,68,114); }

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

background-color css

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

 a { background-color: rgb(195,68,114); }

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

border-color css

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

 span { border-color: rgb(195,68,114); }

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