Html Css Color HEX #C2356A Royal Heath

📋 copy color: '#C2356A'

red 194 ◦ green 53 ◦ blue 106

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

Shades of Royal Heath #C2356A

Tints of Royal Heath #C2356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 54.96%
G = 15.01%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2356A (or 0xC2356A) is known color: Royal Heath. HEX triplet: C2, 35 and 6A. RGB value is (194,53,106). Sum of RGB (Red+Green+Blue) = 194+53+106=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2356A is #3DCA95. Grayscale: #656565. Windows color (decimal): -4049558 or 6960578. OLE color: 6960578.

HSL color Cylindrical-coordinate representation of color #C2356A: hue angle of 337.45º 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 #C2356A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 106 -
CMYK 0 0.73 0.45 0.24
HSL 337.45º 0.57% 0.48% -
HSV(B) 337.45º 0.73% 0.76% -
XYZ 26.12 15.06 15.16 -
YUV 101.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 194 53 106 0 0.73 0.45 0.24 337.45 0.57 0.48
Hex C2 35 6A 0 49 2D 18 151 39 30
Octal 302 65 152 0 111 55 30 521 71 60
Binary 11000010 110101 1101010 0 1001001 101101 11000 101010001 111001 110000

Color Harmonies of #C2356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2356A

Black with #C2356A

Text Example


Text Example

White with #C2356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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