Html Css Color HEX #C23268 Rouge

📋 copy color: '#C23268'

red 194 ◦ green 50 ◦ blue 104

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

Shades of Rouge #C23268

Tints of Rouge #C23268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

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

R = 55.75%
G = 14.37%
B = 29.89%

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

#C23268 (or 0xC23268) is known color: Rouge. HEX triplet: C2, 32 and 68. RGB value is (194,50,104). Sum of RGB (Red+Green+Blue) = 194+50+104=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C23268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23268 is #3DCD97. Grayscale: #636363. Windows color (decimal): -4050328 or 6828738. OLE color: 6828738.

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

Color convert

RGB 194 50 104 -
CMYK 0 0.74 0.46 0.24
HSL 337.5º 0.59% 0.48% -
HSV(B) 337.5º 0.74% 0.76% -
XYZ 25.89 14.75 14.58 -
YUV 99.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 194 50 104 0 0.74 0.46 0.24 337.5 0.59 0.48
Hex C2 32 68 0 4A 2E 18 152 3B 30
Octal 302 62 150 0 112 56 30 522 73 60
Binary 11000010 110010 1101000 0 1001010 101110 11000 101010010 111011 110000

Color Harmonies of #C23268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23268

Black with #C23268

Text Example


Text Example

White with #C23268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23268; }

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

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

background-color css

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

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

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

border-color css

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

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

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