Html Css Color HEX #C0366A Royal Heath

📋 copy color: '#C0366A'

red 192 ◦ green 54 ◦ blue 106

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

Shades of Royal Heath #C0366A

Tints of Royal Heath #C0366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 54.55%
G = 15.34%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0366A (or 0xC0366A) is known color: Royal Heath. HEX triplet: C0, 36 and 6A. RGB value is (192,54,106). Sum of RGB (Red+Green+Blue) = 192+54+106=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0366A is #3FC995. Grayscale: #656565. Windows color (decimal): -4180374 or 6960832. OLE color: 6960832.

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

Color convert

RGB 192 54 106 -
CMYK 0 0.72 0.45 0.25
HSL 337.39º 0.56% 0.48% -
HSV(B) 337.39º 0.72% 0.75% -
XYZ 25.66 14.89 15.16 -
YUV 101.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 192 54 106 0 0.72 0.45 0.25 337.39 0.56 0.48
Hex C0 36 6A 0 48 2D 19 151 38 30
Octal 300 66 152 0 110 55 31 521 70 60
Binary 11000000 110110 1101010 0 1001000 101101 11001 101010001 111000 110000

Color Harmonies of #C0366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0366A

Black with #C0366A

Text Example


Text Example

White with #C0366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0366A; }

 p { color: rgb(192,54,106); }

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

background-color css

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

 a { background-color: rgb(192,54,106); }

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

border-color css

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

 span { border-color: rgb(192,54,106); }

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