Html Css Color HEX #C0376C Royal Heath

📋 copy color: '#C0376C'

red 192 ◦ green 55 ◦ blue 108

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

Shades of Royal Heath #C0376C

Tints of Royal Heath #C0376C

RGB

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

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

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

R = 54.08%
G = 15.49%
B = 30.42%

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

#C0376C (or 0xC0376C) is known color: Royal Heath. HEX triplet: C0, 37 and 6C. RGB value is (192,55,108). Sum of RGB (Red+Green+Blue) = 192+55+108=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0376C is #3FC893. Grayscale: #656565. Windows color (decimal): -4180116 or 7092160. OLE color: 7092160.

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

Color convert

RGB 192 55 108 -
CMYK 0 0.71 0.44 0.25
HSL 336.79º 0.55% 0.48% -
HSV(B) 336.79º 0.71% 0.75% -
XYZ 25.81 15.02 15.73 -
YUV 102.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 192 55 108 0 0.71 0.44 0.25 336.79 0.55 0.48
Hex C0 37 6C 0 47 2C 19 151 37 30
Octal 300 67 154 0 107 54 31 521 67 60
Binary 11000000 110111 1101100 0 1000111 101100 11001 101010001 110111 110000

Color Harmonies of #C0376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0376C

Black with #C0376C

Text Example


Text Example

White with #C0376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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