Html Css Color HEX #C43672 Royal Heath

📋 copy color: '#C43672'

red 196 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #C43672

Tints of Royal Heath #C43672

RGB

 RED value IS 196 (76.95% from 255) = 53.85%

 GREEN value IS 54 (21.48% from 255) = 14.84%

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

R = 53.85%
G = 14.84%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C43672 (or 0xC43672) is known color: Royal Heath. HEX triplet: C4, 36 and 72. RGB value is (196,54,114). Sum of RGB (Red+Green+Blue) = 196+54+114=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C43672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43672 is #3BC98D. Grayscale: #676767. Windows color (decimal): -3918222 or 7485124. OLE color: 7485124.

HSL color Cylindrical-coordinate representation of color #C43672: hue angle of 334.65º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43672 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 114 -
CMYK 0 0.72 0.42 0.23
HSL 334.65º 0.57% 0.49% -
HSV(B) 334.65º 0.72% 0.77% -
XYZ 27.12 15.59 17.5 -
YUV 103.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 196 54 114 0 0.72 0.42 0.23 334.65 0.57 0.49
Hex C4 36 72 0 48 2A 17 14F 39 31
Octal 304 66 162 0 110 52 27 517 71 61
Binary 11000100 110110 1110010 0 1001000 101010 10111 101001111 111001 110001

Color Harmonies of #C43672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43672

Black with #C43672

Text Example


Text Example

White with #C43672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43672; }

 p { color: rgb(196,54,114); }

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

background-color css

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

 a { background-color: rgb(196,54,114); }

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

border-color css

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

 span { border-color: rgb(196,54,114); }

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