Html Css Color HEX #C43670 Royal Heath

📋 copy color: '#C43670'

red 196 ◦ green 54 ◦ blue 112

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

Shades of Royal Heath #C43670

Tints of Royal Heath #C43670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 54.14%
G = 14.92%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C43670 (or 0xC43670) is known color: Royal Heath. HEX triplet: C4, 36 and 70. RGB value is (196,54,112). Sum of RGB (Red+Green+Blue) = 196+54+112=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C43670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43670 is #3BC98F. Grayscale: #666666. Windows color (decimal): -3918224 or 7354052. OLE color: 7354052.

HSL color Cylindrical-coordinate representation of color #C43670: hue angle of 335.49º 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 #C43670 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 112 -
CMYK 0 0.72 0.43 0.23
HSL 335.49º 0.57% 0.49% -
HSV(B) 335.49º 0.72% 0.77% -
XYZ 27.01 15.54 16.91 -
YUV 103.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 196 54 112 0 0.72 0.43 0.23 335.49 0.57 0.49
Hex C4 36 70 0 48 2B 17 14F 39 31
Octal 304 66 160 0 110 53 27 517 71 61
Binary 11000100 110110 1110000 0 1001000 101011 10111 101001111 111001 110001

Color Harmonies of #C43670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43670

Black with #C43670

Text Example


Text Example

White with #C43670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43670; }

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

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

background-color css

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

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

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

border-color css

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

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

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