Html Css Color HEX #C23365 Rouge

📋 copy color: '#C23365'

red 194 ◦ green 51 ◦ blue 101

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

Shades of Rouge #C23365

Tints of Rouge #C23365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 56.07%
G = 14.74%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C23365 (or 0xC23365) is known color: Rouge. HEX triplet: C2, 33 and 65. RGB value is (194,51,101). Sum of RGB (Red+Green+Blue) = 194+51+101=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C23365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23365 is #3DCC9A. Grayscale: #636363. Windows color (decimal): -4050075 or 6632386. OLE color: 6632386.

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

Color convert

RGB 194 51 101 -
CMYK 0 0.74 0.48 0.24
HSL 339.02º 0.58% 0.48% -
HSV(B) 339.02º 0.74% 0.76% -
XYZ 25.78 14.78 13.81 -
YUV 99.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 194 51 101 0 0.74 0.48 0.24 339.02 0.58 0.48
Hex C2 33 65 0 4A 30 18 153 3A 30
Octal 302 63 145 0 112 60 30 523 72 60
Binary 11000010 110011 1100101 0 1001010 110000 11000 101010011 111010 110000

Color Harmonies of #C23365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23365

Black with #C23365

Text Example


Text Example

White with #C23365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23365; }

 p { color: rgb(194,51,101); }

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

background-color css

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

 a { background-color: rgb(194,51,101); }

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

border-color css

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

 span { border-color: rgb(194,51,101); }

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