Html Css Color HEX #C0386C Royal Heath

📋 copy color: '#C0386C'

red 192 ◦ green 56 ◦ blue 108

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

Shades of Royal Heath #C0386C

Tints of Royal Heath #C0386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 53.93%
G = 15.73%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0386C (or 0xC0386C) is known color: Royal Heath. HEX triplet: C0, 38 and 6C. RGB value is (192,56,108). Sum of RGB (Red+Green+Blue) = 192+56+108=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0386C is #3FC793. Grayscale: #666666. Windows color (decimal): -4179860 or 7092416. OLE color: 7092416.

HSL color Cylindrical-coordinate representation of color #C0386C: hue angle of 337.06º 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 #C0386C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 108 -
CMYK 0 0.71 0.44 0.25
HSL 337.06º 0.55% 0.49% -
HSV(B) 337.06º 0.71% 0.75% -
XYZ 25.86 15.12 15.74 -
YUV 102.59 131.06 191.77 -
System Red Green Blue C M Y K H S L
Decimal 192 56 108 0 0.71 0.44 0.25 337.06 0.55 0.49
Hex C0 38 6C 0 47 2C 19 151 37 31
Octal 300 70 154 0 107 54 31 521 67 61
Binary 11000000 111000 1101100 0 1000111 101100 11001 101010001 110111 110001

Color Harmonies of #C0386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0386C

Black with #C0386C

Text Example


Text Example

White with #C0386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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