Html Css Color HEX #C23366 Rouge

📋 copy color: '#C23366'

red 194 ◦ green 51 ◦ blue 102

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

Shades of Rouge #C23366

Tints of Rouge #C23366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 55.91%
G = 14.7%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C23366 (or 0xC23366) is known color: Rouge. HEX triplet: C2, 33 and 66. RGB value is (194,51,102). Sum of RGB (Red+Green+Blue) = 194+51+102=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C23366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23366 is #3DCC99. Grayscale: #636363. Windows color (decimal): -4050074 or 6697922. OLE color: 6697922.

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

Color convert

RGB 194 51 102 -
CMYK 0 0.74 0.47 0.24
HSL 338.6º 0.58% 0.48% -
HSV(B) 338.6º 0.74% 0.76% -
XYZ 25.83 14.8 14.06 -
YUV 99.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 194 51 102 0 0.74 0.47 0.24 338.6 0.58 0.48
Hex C2 33 66 0 4A 2F 18 153 3A 30
Octal 302 63 146 0 112 57 30 523 72 60
Binary 11000010 110011 1100110 0 1001010 101111 11000 101010011 111010 110000

Color Harmonies of #C23366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23366

Black with #C23366

Text Example


Text Example

White with #C23366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23366; }

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

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

background-color css

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

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

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

border-color css

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

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

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