Html Css Color HEX #C0356F Royal Heath

📋 copy color: '#C0356F'

red 192 ◦ green 53 ◦ blue 111

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

Shades of Royal Heath #C0356F

Tints of Royal Heath #C0356F

RGB

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

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

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

R = 53.93%
G = 14.89%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0356F (or 0xC0356F) is known color: Royal Heath. HEX triplet: C0, 35 and 6F. RGB value is (192,53,111). Sum of RGB (Red+Green+Blue) = 192+53+111=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0356F is #3FCA90. Grayscale: #656565. Windows color (decimal): -4180625 or 7288256. OLE color: 7288256.

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

Color convert

RGB 192 53 111 -
CMYK 0 0.72 0.42 0.25
HSL 334.96º 0.57% 0.48% -
HSV(B) 334.96º 0.72% 0.75% -
XYZ 25.88 14.9 16.55 -
YUV 101.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 192 53 111 0 0.72 0.42 0.25 334.96 0.57 0.48
Hex C0 35 6F 0 48 2A 19 14F 39 30
Octal 300 65 157 0 110 52 31 517 71 60
Binary 11000000 110101 1101111 0 1001000 101010 11001 101001111 111001 110000

Color Harmonies of #C0356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0356F

Black with #C0356F

Text Example


Text Example

White with #C0356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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