Html Css Color HEX #C2356D Royal Heath

📋 copy color: '#C2356D'

red 194 ◦ green 53 ◦ blue 109

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

Shades of Royal Heath #C2356D

Tints of Royal Heath #C2356D

RGB

 RED value IS 194 (76.17% from 255) = 54.49%

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 54.49%
G = 14.89%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2356D (or 0xC2356D) is known color: Royal Heath. HEX triplet: C2, 35 and 6D. RGB value is (194,53,109). Sum of RGB (Red+Green+Blue) = 194+53+109=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2356D is #3DCA92. Grayscale: #656565. Windows color (decimal): -4049555 or 7157186. OLE color: 7157186.

HSL color Cylindrical-coordinate representation of color #C2356D: hue angle of 336.17º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2356D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 109 -
CMYK 0 0.73 0.44 0.24
HSL 336.17º 0.57% 0.48% -
HSV(B) 336.17º 0.73% 0.76% -
XYZ 26.28 15.12 16 -
YUV 101.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 194 53 109 0 0.73 0.44 0.24 336.17 0.57 0.48
Hex C2 35 6D 0 49 2C 18 150 39 30
Octal 302 65 155 0 111 54 30 520 71 60
Binary 11000010 110101 1101101 0 1001001 101100 11000 101010000 111001 110000

Color Harmonies of #C2356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2356D

Black with #C2356D

Text Example


Text Example

White with #C2356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2356D; }

 p { color: rgb(194,53,109); }

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

background-color css

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

 a { background-color: rgb(194,53,109); }

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

border-color css

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

 span { border-color: rgb(194,53,109); }

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