Html Css Color HEX #C0376F Royal Heath

📋 copy color: '#C0376F'

red 192 ◦ green 55 ◦ blue 111

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

Shades of Royal Heath #C0376F

Tints of Royal Heath #C0376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 53.63%
G = 15.36%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0376F (or 0xC0376F) is known color: Royal Heath. HEX triplet: C0, 37 and 6F. RGB value is (192,55,111). Sum of RGB (Red+Green+Blue) = 192+55+111=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0376F is #3FC890. Grayscale: #666666. Windows color (decimal): -4180113 or 7288768. OLE color: 7288768.

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

Color convert

RGB 192 55 111 -
CMYK 0 0.71 0.42 0.25
HSL 335.47º 0.55% 0.48% -
HSV(B) 335.47º 0.71% 0.75% -
XYZ 25.97 15.09 16.58 -
YUV 102.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 192 55 111 0 0.71 0.42 0.25 335.47 0.55 0.48
Hex C0 37 6F 0 47 2A 19 14F 37 30
Octal 300 67 157 0 107 52 31 517 67 60
Binary 11000000 110111 1101111 0 1000111 101010 11001 101001111 110111 110000

Color Harmonies of #C0376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0376F

Black with #C0376F

Text Example


Text Example

White with #C0376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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