Html Css Color HEX #C03769 Royal Heath

📋 copy color: '#C03769'

red 192 ◦ green 55 ◦ blue 105

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

Shades of Royal Heath #C03769

Tints of Royal Heath #C03769

RGB

 RED value IS 192 (75.39% from 255) = 54.55%

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

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

R = 54.55%
G = 15.63%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C03769 (or 0xC03769) is known color: Royal Heath. HEX triplet: C0, 37 and 69. RGB value is (192,55,105). Sum of RGB (Red+Green+Blue) = 192+55+105=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C03769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03769 is #3FC896. Grayscale: #656565. Windows color (decimal): -4180119 or 6895552. OLE color: 6895552.

HSL color Cylindrical-coordinate representation of color #C03769: hue angle of 338.1º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03769 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 105 -
CMYK 0 0.71 0.45 0.25
HSL 338.1º 0.55% 0.48% -
HSV(B) 338.1º 0.71% 0.75% -
XYZ 25.65 14.96 14.9 -
YUV 101.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 192 55 105 0 0.71 0.45 0.25 338.1 0.55 0.48
Hex C0 37 69 0 47 2D 19 152 37 30
Octal 300 67 151 0 107 55 31 522 67 60
Binary 11000000 110111 1101001 0 1000111 101101 11001 101010010 110111 110000

Color Harmonies of #C03769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03769

Black with #C03769

Text Example


Text Example

White with #C03769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03769; }

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

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

background-color css

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

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

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

border-color css

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

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

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