Html Css Color HEX #C23A5B Old Rose

📋 copy color: '#C23A5B'

red 194 ◦ green 58 ◦ blue 91

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

Shades of Old Rose #C23A5B

Tints of Old Rose #C23A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 56.56%
G = 16.91%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C23A5B (or 0xC23A5B) is known color: Old Rose. HEX triplet: C2, 3A and 5B. RGB value is (194,58,91). Sum of RGB (Red+Green+Blue) = 194+58+91=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A5B is #3DC5A4. Grayscale: #666666. Windows color (decimal): -4048293 or 5978818. OLE color: 5978818.

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

Color convert

RGB 194 58 91 -
CMYK 0 0.70 0.53 0.24
HSL 345.44º 0.54% 0.49% -
HSV(B) 345.44º 0.7% 0.76% -
XYZ 25.65 15.25 11.49 -
YUV 102.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 194 58 91 0 0.70 0.53 0.24 345.44 0.54 0.49
Hex C2 3A 5B 0 46 35 18 159 36 31
Octal 302 72 133 0 106 65 30 531 66 61
Binary 11000010 111010 1011011 0 1000110 110101 11000 101011001 110110 110001

Color Harmonies of #C23A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A5B

Black with #C23A5B

Text Example


Text Example

White with #C23A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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