Html Css Color HEX #C0356C Royal Heath

📋 copy color: '#C0356C'

red 192 ◦ green 53 ◦ blue 108

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

Shades of Royal Heath #C0356C

Tints of Royal Heath #C0356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

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

R = 54.39%
G = 15.01%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0356C (or 0xC0356C) is known color: Royal Heath. HEX triplet: C0, 35 and 6C. RGB value is (192,53,108). Sum of RGB (Red+Green+Blue) = 192+53+108=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0356C is #3FCA93. Grayscale: #646464. Windows color (decimal): -4180628 or 7091648. OLE color: 7091648.

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

Color convert

RGB 192 53 108 -
CMYK 0 0.72 0.44 0.25
HSL 336.26º 0.57% 0.48% -
HSV(B) 336.26º 0.72% 0.75% -
XYZ 25.72 14.84 15.7 -
YUV 100.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 192 53 108 0 0.72 0.44 0.25 336.26 0.57 0.48
Hex C0 35 6C 0 48 2C 19 150 39 30
Octal 300 65 154 0 110 54 31 520 71 60
Binary 11000000 110101 1101100 0 1001000 101100 11001 101010000 111001 110000

Color Harmonies of #C0356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0356C

Black with #C0356C

Text Example


Text Example

White with #C0356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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