Html Css Color HEX #C23C56 Old Rose

📋 copy color: '#C23C56'

red 194 ◦ green 60 ◦ blue 86

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

Shades of Old Rose #C23C56

Tints of Old Rose #C23C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 57.06%
G = 17.65%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C23C56 (or 0xC23C56) is known color: Old Rose. HEX triplet: C2, 3C and 56. RGB value is (194,60,86). Sum of RGB (Red+Green+Blue) = 194+60+86=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C56 is #3DC3A9. Grayscale: #676767. Windows color (decimal): -4047786 or 5651650. OLE color: 5651650.

HSL color Cylindrical-coordinate representation of color #C23C56: hue angle of 348.36º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C56 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 86 -
CMYK 0 0.69 0.56 0.24
HSL 348.36º 0.53% 0.5% -
HSV(B) 348.36º 0.69% 0.76% -
XYZ 25.54 15.37 10.43 -
YUV 103.03 118.39 192.89 -
System Red Green Blue C M Y K H S L
Decimal 194 60 86 0 0.69 0.56 0.24 348.36 0.53 0.5
Hex C2 3C 56 0 45 38 18 15C 35 32
Octal 302 74 126 0 105 70 30 534 65 62
Binary 11000010 111100 1010110 0 1000101 111000 11000 101011100 110101 110010

Color Harmonies of #C23C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C56

Black with #C23C56

Text Example


Text Example

White with #C23C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C56; }

 p { color: rgb(194,60,86); }

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

background-color css

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

 a { background-color: rgb(194,60,86); }

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

border-color css

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

 span { border-color: rgb(194,60,86); }

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