Html Css Color HEX #C23368 Rouge

📋 copy color: '#C23368'

red 194 ◦ green 51 ◦ blue 104

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

Shades of Rouge #C23368

Tints of Rouge #C23368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 55.59%
G = 14.61%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C23368 (or 0xC23368) is known color: Rouge. HEX triplet: C2, 33 and 68. RGB value is (194,51,104). Sum of RGB (Red+Green+Blue) = 194+51+104=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C23368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23368 is #3DCC97. Grayscale: #636363. Windows color (decimal): -4050072 or 6828994. OLE color: 6828994.

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

Color convert

RGB 194 51 104 -
CMYK 0 0.74 0.46 0.24
HSL 337.76º 0.58% 0.48% -
HSV(B) 337.76º 0.74% 0.76% -
XYZ 25.93 14.84 14.59 -
YUV 99.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 194 51 104 0 0.74 0.46 0.24 337.76 0.58 0.48
Hex C2 33 68 0 4A 2E 18 152 3A 30
Octal 302 63 150 0 112 56 30 522 72 60
Binary 11000010 110011 1101000 0 1001010 101110 11000 101010010 111010 110000

Color Harmonies of #C23368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23368

Black with #C23368

Text Example


Text Example

White with #C23368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23368; }

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

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

background-color css

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

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

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

border-color css

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

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

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