Html Css Color HEX #C2326D Royal Heath

📋 copy color: '#C2326D'

red 194 ◦ green 50 ◦ blue 109

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

Shades of Royal Heath #C2326D

Tints of Royal Heath #C2326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

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

R = 54.96%
G = 14.16%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2326D (or 0xC2326D) is known color: Royal Heath. HEX triplet: C2, 32 and 6D. RGB value is (194,50,109). Sum of RGB (Red+Green+Blue) = 194+50+109=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2326D is #3DCD92. Grayscale: #636363. Windows color (decimal): -4050323 or 7156418. OLE color: 7156418.

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

Color convert

RGB 194 50 109 -
CMYK 0 0.74 0.44 0.24
HSL 335.42º 0.59% 0.48% -
HSV(B) 335.42º 0.74% 0.76% -
XYZ 26.15 14.85 15.96 -
YUV 99.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 194 50 109 0 0.74 0.44 0.24 335.42 0.59 0.48
Hex C2 32 6D 0 4A 2C 18 14F 3B 30
Octal 302 62 155 0 112 54 30 517 73 60
Binary 11000010 110010 1101101 0 1001010 101100 11000 101001111 111011 110000

Color Harmonies of #C2326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2326D

Black with #C2326D

Text Example


Text Example

White with #C2326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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