Html Css Color HEX #C0386D Royal Heath

📋 copy color: '#C0386D'

red 192 ◦ green 56 ◦ blue 109

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

Shades of Royal Heath #C0386D

Tints of Royal Heath #C0386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.69%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 53.78%
G = 15.69%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0386D (or 0xC0386D) is known color: Royal Heath. HEX triplet: C0, 38 and 6D. RGB value is (192,56,109). Sum of RGB (Red+Green+Blue) = 192+56+109=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0386D is #3FC792. Grayscale: #666666. Windows color (decimal): -4179859 or 7157952. OLE color: 7157952.

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

Color convert

RGB 192 56 109 -
CMYK 0 0.71 0.43 0.25
HSL 336.62º 0.55% 0.49% -
HSV(B) 336.62º 0.71% 0.75% -
XYZ 25.91 15.14 16.02 -
YUV 102.71 131.56 191.69 -
System Red Green Blue C M Y K H S L
Decimal 192 56 109 0 0.71 0.43 0.25 336.62 0.55 0.49
Hex C0 38 6D 0 47 2B 19 151 37 31
Octal 300 70 155 0 107 53 31 521 67 61
Binary 11000000 111000 1101101 0 1000111 101011 11001 101010001 110111 110001

Color Harmonies of #C0386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0386D

Black with #C0386D

Text Example


Text Example

White with #C0386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0386D; }

 p { color: rgb(192,56,109); }

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

background-color css

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

 a { background-color: rgb(192,56,109); }

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

border-color css

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

 span { border-color: rgb(192,56,109); }

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