Html Css Color HEX #C43768 Royal Heath

📋 copy color: '#C43768'

red 196 ◦ green 55 ◦ blue 104

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

Shades of Royal Heath #C43768

Tints of Royal Heath #C43768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

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

R = 55.21%
G = 15.49%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C43768 (or 0xC43768) is known color: Royal Heath. HEX triplet: C4, 37 and 68. RGB value is (196,55,104). Sum of RGB (Red+Green+Blue) = 196+55+104=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C43768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43768 is #3BC897. Grayscale: #666666. Windows color (decimal): -3917976 or 6830020. OLE color: 6830020.

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

Color convert

RGB 196 55 104 -
CMYK 0 0.72 0.47 0.23
HSL 339.15º 0.56% 0.49% -
HSV(B) 339.15º 0.72% 0.77% -
XYZ 26.63 15.47 14.68 -
YUV 102.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 196 55 104 0 0.72 0.47 0.23 339.15 0.56 0.49
Hex C4 37 68 0 48 2F 17 153 38 31
Octal 304 67 150 0 110 57 27 523 70 61
Binary 11000100 110111 1101000 0 1001000 101111 10111 101010011 111000 110001

Color Harmonies of #C43768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43768

Black with #C43768

Text Example


Text Example

White with #C43768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43768; }

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

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

background-color css

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

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

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

border-color css

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

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

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