Html Css Color HEX #C0356E Royal Heath

📋 copy color: '#C0356E'

red 192 ◦ green 53 ◦ blue 110

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

Shades of Royal Heath #C0356E

Tints of Royal Heath #C0356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 54.08%
G = 14.93%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0356E (or 0xC0356E) is known color: Royal Heath. HEX triplet: C0, 35 and 6E. RGB value is (192,53,110). Sum of RGB (Red+Green+Blue) = 192+53+110=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0356E is #3FCA91. Grayscale: #646464. Windows color (decimal): -4180626 or 7222720. OLE color: 7222720.

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

Color convert

RGB 192 53 110 -
CMYK 0 0.72 0.43 0.25
HSL 335.4º 0.57% 0.48% -
HSV(B) 335.4º 0.72% 0.75% -
XYZ 25.83 14.88 16.26 -
YUV 101.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 192 53 110 0 0.72 0.43 0.25 335.4 0.57 0.48
Hex C0 35 6E 0 48 2B 19 14F 39 30
Octal 300 65 156 0 110 53 31 517 71 60
Binary 11000000 110101 1101110 0 1001000 101011 11001 101001111 111001 110000

Color Harmonies of #C0356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0356E

Black with #C0356E

Text Example


Text Example

White with #C0356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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