Html Css Color HEX #C34672 Royal Heath

📋 copy color: '#C34672'

red 195 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #C34672

Tints of Royal Heath #C34672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

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

R = 51.45%
G = 18.47%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C34672 (or 0xC34672) is known color: Royal Heath. HEX triplet: C3, 46 and 72. RGB value is (195,70,114). Sum of RGB (Red+Green+Blue) = 195+70+114=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34672 is #3CB98D. Grayscale: #707070. Windows color (decimal): -3979662 or 7489219. OLE color: 7489219.

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

Color convert

RGB 195 70 114 -
CMYK 0 0.64 0.42 0.24
HSL 338.88º 0.51% 0.52% -
HSV(B) 338.88º 0.64% 0.76% -
XYZ 27.73 17.2 17.78 -
YUV 112.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 195 70 114 0 0.64 0.42 0.24 338.88 0.51 0.52
Hex C3 46 72 0 40 2A 18 153 33 34
Octal 303 106 162 0 100 52 30 523 63 64
Binary 11000011 1000110 1110010 0 1000000 101010 11000 101010011 110011 110100

Color Harmonies of #C34672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34672

Black with #C34672

Text Example


Text Example

White with #C34672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34672; }

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

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

background-color css

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

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

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

border-color css

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

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

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