Html Css Color HEX #C23764 Rouge

📋 copy color: '#C23764'

red 194 ◦ green 55 ◦ blue 100

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

Shades of Rouge #C23764

Tints of Rouge #C23764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.76%

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 55.59%
G = 15.76%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C23764 (or 0xC23764) is known color: Rouge. HEX triplet: C2, 37 and 64. RGB value is (194,55,100). Sum of RGB (Red+Green+Blue) = 194+55+100=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C23764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23764 is #3DC89B. Grayscale: #656565. Windows color (decimal): -4049052 or 6567874. OLE color: 6567874.

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

Color convert

RGB 194 55 100 -
CMYK 0 0.72 0.48 0.24
HSL 340.58º 0.56% 0.49% -
HSV(B) 340.58º 0.72% 0.76% -
XYZ 25.91 15.12 13.61 -
YUV 101.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 194 55 100 0 0.72 0.48 0.24 340.58 0.56 0.49
Hex C2 37 64 0 48 30 18 155 38 31
Octal 302 67 144 0 110 60 30 525 70 61
Binary 11000010 110111 1100100 0 1001000 110000 11000 101010101 111000 110001

Color Harmonies of #C23764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23764

Black with #C23764

Text Example


Text Example

White with #C23764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23764; }

 p { color: rgb(194,55,100); }

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

background-color css

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

 a { background-color: rgb(194,55,100); }

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

border-color css

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

 span { border-color: rgb(194,55,100); }

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