Html Css Color HEX #C23C5E Old Rose

📋 copy color: '#C23C5E'

red 194 ◦ green 60 ◦ blue 94

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

Shades of Old Rose #C23C5E

Tints of Old Rose #C23C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 55.75%
G = 17.24%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C23C5E (or 0xC23C5E) is known color: Old Rose. HEX triplet: C2, 3C and 5E. RGB value is (194,60,94). Sum of RGB (Red+Green+Blue) = 194+60+94=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C5E is #3DC3A1. Grayscale: #676767. Windows color (decimal): -4047778 or 6175938. OLE color: 6175938.

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

Color convert

RGB 194 60 94 -
CMYK 0 0.69 0.52 0.24
HSL 344.78º 0.53% 0.5% -
HSV(B) 344.78º 0.69% 0.76% -
XYZ 25.88 15.51 12.22 -
YUV 103.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 194 60 94 0 0.69 0.52 0.24 344.78 0.53 0.5
Hex C2 3C 5E 0 45 34 18 159 35 32
Octal 302 74 136 0 105 64 30 531 65 62
Binary 11000010 111100 1011110 0 1000101 110100 11000 101011001 110101 110010

Color Harmonies of #C23C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C5E

Black with #C23C5E

Text Example


Text Example

White with #C23C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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