Html Css Color HEX #C2356E Royal Heath

📋 copy color: '#C2356E'

red 194 ◦ green 53 ◦ blue 110

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

Shades of Royal Heath #C2356E

Tints of Royal Heath #C2356E

RGB

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

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

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

R = 54.34%
G = 14.85%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2356E (or 0xC2356E) is known color: Royal Heath. HEX triplet: C2, 35 and 6E. RGB value is (194,53,110). Sum of RGB (Red+Green+Blue) = 194+53+110=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2356E is #3DCA91. Grayscale: #656565. Windows color (decimal): -4049554 or 7222722. OLE color: 7222722.

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

Color convert

RGB 194 53 110 -
CMYK 0 0.73 0.43 0.24
HSL 335.74º 0.57% 0.48% -
HSV(B) 335.74º 0.73% 0.76% -
XYZ 26.34 15.14 16.29 -
YUV 101.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 194 53 110 0 0.73 0.43 0.24 335.74 0.57 0.48
Hex C2 35 6E 0 49 2B 18 150 39 30
Octal 302 65 156 0 111 53 30 520 71 60
Binary 11000010 110101 1101110 0 1001001 101011 11000 101010000 111001 110000

Color Harmonies of #C2356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2356E

Black with #C2356E

Text Example


Text Example

White with #C2356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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