Html Css Color HEX #C23A55 Old Rose

📋 copy color: '#C23A55'

red 194 ◦ green 58 ◦ blue 85

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

Shades of Old Rose #C23A55

Tints of Old Rose #C23A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 57.57%
G = 17.21%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C23A55 (or 0xC23A55) is known color: Old Rose. HEX triplet: C2, 3A and 55. RGB value is (194,58,85). Sum of RGB (Red+Green+Blue) = 194+58+85=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A55 is #3DC5AA. Grayscale: #656565. Windows color (decimal): -4048299 or 5585602. OLE color: 5585602.

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

Color convert

RGB 194 58 85 -
CMYK 0 0.70 0.56 0.24
HSL 348.09º 0.54% 0.49% -
HSV(B) 348.09º 0.7% 0.76% -
XYZ 25.4 15.15 10.18 -
YUV 101.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 194 58 85 0 0.70 0.56 0.24 348.09 0.54 0.49
Hex C2 3A 55 0 46 38 18 15C 36 31
Octal 302 72 125 0 106 70 30 534 66 61
Binary 11000010 111010 1010101 0 1000110 111000 11000 101011100 110110 110001

Color Harmonies of #C23A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A55

Black with #C23A55

Text Example


Text Example

White with #C23A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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