Html Css Color HEX #C43975 Royal Heath

📋 copy color: '#C43975'

red 196 ◦ green 57 ◦ blue 117

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

Shades of Royal Heath #C43975

Tints of Royal Heath #C43975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 52.97%
G = 15.41%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C43975 (or 0xC43975) is known color: Royal Heath. HEX triplet: C4, 39 and 75. RGB value is (196,57,117). Sum of RGB (Red+Green+Blue) = 196+57+117=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C43975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43975 is #3BC68A. Grayscale: #696969. Windows color (decimal): -3917451 or 7682500. OLE color: 7682500.

HSL color Cylindrical-coordinate representation of color #C43975: hue angle of 334.1º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43975 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 117 -
CMYK 0 0.71 0.40 0.23
HSL 334.1º 0.55% 0.5% -
HSV(B) 334.1º 0.71% 0.77% -
XYZ 27.44 15.95 18.46 -
YUV 105.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 196 57 117 0 0.71 0.40 0.23 334.1 0.55 0.5
Hex C4 39 75 0 47 28 17 14E 37 32
Octal 304 71 165 0 107 50 27 516 67 62
Binary 11000100 111001 1110101 0 1000111 101000 10111 101001110 110111 110010

Color Harmonies of #C43975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43975

Black with #C43975

Text Example


Text Example

White with #C43975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43975; }

 p { color: rgb(196,57,117); }

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

background-color css

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

 a { background-color: rgb(196,57,117); }

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

border-color css

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

 span { border-color: rgb(196,57,117); }

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