Html Css Color HEX #C23A62 Rouge

📋 copy color: '#C23A62'

red 194 ◦ green 58 ◦ blue 98

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

Shades of Rouge #C23A62

Tints of Rouge #C23A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 98 (38.67% from 255) = 28%

R = 55.43%
G = 16.57%
B = 28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C23A62 (or 0xC23A62) is known color: Rouge. HEX triplet: C2, 3A and 62. RGB value is (194,58,98). Sum of RGB (Red+Green+Blue) = 194+58+98=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A62 is #3DC59D. Grayscale: #676767. Windows color (decimal): -4048286 or 6437570. OLE color: 6437570.

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

Color convert

RGB 194 58 98 -
CMYK 0 0.70 0.49 0.24
HSL 342.35º 0.54% 0.49% -
HSV(B) 342.35º 0.7% 0.76% -
XYZ 25.97 15.38 13.15 -
YUV 103.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 194 58 98 0 0.70 0.49 0.24 342.35 0.54 0.49
Hex C2 3A 62 0 46 31 18 156 36 31
Octal 302 72 142 0 106 61 30 526 66 61
Binary 11000010 111010 1100010 0 1000110 110001 11000 101010110 110110 110001

Color Harmonies of #C23A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A62

Black with #C23A62

Text Example


Text Example

White with #C23A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A62; }

 p { color: rgb(194,58,98); }

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

background-color css

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

 a { background-color: rgb(194,58,98); }

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

border-color css

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

 span { border-color: rgb(194,58,98); }

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