Html Css Color HEX #C13769 Royal Heath

📋 copy color: '#C13769'

red 193 ◦ green 55 ◦ blue 105

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

Shades of Royal Heath #C13769

Tints of Royal Heath #C13769

RGB

 RED value IS 193 (75.78% from 255) = 54.67%

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

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

R = 54.67%
G = 15.58%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C13769 (or 0xC13769) is known color: Royal Heath. HEX triplet: C1, 37 and 69. RGB value is (193,55,105). Sum of RGB (Red+Green+Blue) = 193+55+105=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C13769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13769 is #3EC896. Grayscale: #656565. Windows color (decimal): -4114583 or 6895553. OLE color: 6895553.

HSL color Cylindrical-coordinate representation of color #C13769: hue angle of 338.26º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13769 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 105 -
CMYK 0 0.72 0.46 0.24
HSL 338.26º 0.56% 0.49% -
HSV(B) 338.26º 0.72% 0.76% -
XYZ 25.91 15.09 14.91 -
YUV 101.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 193 55 105 0 0.72 0.46 0.24 338.26 0.56 0.49
Hex C1 37 69 0 48 2E 18 152 38 31
Octal 301 67 151 0 110 56 30 522 70 61
Binary 11000001 110111 1101001 0 1001000 101110 11000 101010010 111000 110001

Color Harmonies of #C13769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13769

Black with #C13769

Text Example


Text Example

White with #C13769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13769; }

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

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

background-color css

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

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

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

border-color css

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

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

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