Html Css Color HEX #C2326A Rouge

📋 copy color: '#C2326A'

red 194 ◦ green 50 ◦ blue 106

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

Shades of Rouge #C2326A

Tints of Rouge #C2326A

RGB

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

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

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

R = 55.43%
G = 14.29%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2326A (or 0xC2326A) is known color: Rouge. HEX triplet: C2, 32 and 6A. RGB value is (194,50,106). Sum of RGB (Red+Green+Blue) = 194+50+106=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2326A is #3DCD95. Grayscale: #636363. Windows color (decimal): -4050326 or 6959810. OLE color: 6959810.

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

Color convert

RGB 194 50 106 -
CMYK 0 0.74 0.45 0.24
HSL 336.67º 0.59% 0.48% -
HSV(B) 336.67º 0.74% 0.76% -
XYZ 25.99 14.79 15.12 -
YUV 99.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 194 50 106 0 0.74 0.45 0.24 336.67 0.59 0.48
Hex C2 32 6A 0 4A 2D 18 151 3B 30
Octal 302 62 152 0 112 55 30 521 73 60
Binary 11000010 110010 1101010 0 1001010 101101 11000 101010001 111011 110000

Color Harmonies of #C2326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2326A

Black with #C2326A

Text Example


Text Example

White with #C2326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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