Html Css Color HEX #C43769 Royal Heath

📋 copy color: '#C43769'

red 196 ◦ green 55 ◦ blue 105

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

Shades of Royal Heath #C43769

Tints of Royal Heath #C43769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 55.06%
G = 15.45%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C43769 (or 0xC43769) is known color: Royal Heath. HEX triplet: C4, 37 and 69. RGB value is (196,55,105). Sum of RGB (Red+Green+Blue) = 196+55+105=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C43769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43769 is #3BC896. Grayscale: #666666. Windows color (decimal): -3917975 or 6895556. OLE color: 6895556.

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

Color convert

RGB 196 55 105 -
CMYK 0 0.72 0.46 0.23
HSL 338.72º 0.56% 0.49% -
HSV(B) 338.72º 0.72% 0.77% -
XYZ 26.68 15.49 14.95 -
YUV 102.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 196 55 105 0 0.72 0.46 0.23 338.72 0.56 0.49
Hex C4 37 69 0 48 2E 17 153 38 31
Octal 304 67 151 0 110 56 27 523 70 61
Binary 11000100 110111 1101001 0 1001000 101110 10111 101010011 111000 110001

Color Harmonies of #C43769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43769

Black with #C43769

Text Example


Text Example

White with #C43769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43769; }

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

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

background-color css

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

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

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

border-color css

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

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

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