Html Css Color HEX #C43868 Royal Heath

📋 copy color: '#C43868'

red 196 ◦ green 56 ◦ blue 104

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

Shades of Royal Heath #C43868

Tints of Royal Heath #C43868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 55.06%
G = 15.73%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C43868 (or 0xC43868) is known color: Royal Heath. HEX triplet: C4, 38 and 68. RGB value is (196,56,104). Sum of RGB (Red+Green+Blue) = 196+56+104=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C43868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43868 is #3BC797. Grayscale: #676767. Windows color (decimal): -3917720 or 6830276. OLE color: 6830276.

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

Color convert

RGB 196 56 104 -
CMYK 0 0.71 0.47 0.23
HSL 339.43º 0.56% 0.49% -
HSV(B) 339.43º 0.71% 0.77% -
XYZ 26.68 15.56 14.69 -
YUV 103.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 196 56 104 0 0.71 0.47 0.23 339.43 0.56 0.49
Hex C4 38 68 0 47 2F 17 153 38 31
Octal 304 70 150 0 107 57 27 523 70 61
Binary 11000100 111000 1101000 0 1000111 101111 10111 101010011 111000 110001

Color Harmonies of #C43868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43868

Black with #C43868

Text Example


Text Example

White with #C43868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43868; }

 p { color: rgb(196,56,104); }

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

background-color css

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

 a { background-color: rgb(196,56,104); }

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

border-color css

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

 span { border-color: rgb(196,56,104); }

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