Html Css Color HEX #C23B5E Old Rose

📋 copy color: '#C23B5E'

red 194 ◦ green 59 ◦ blue 94

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

Shades of Old Rose #C23B5E

Tints of Old Rose #C23B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 55.91%
G = 17%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C23B5E (or 0xC23B5E) is known color: Old Rose. HEX triplet: C2, 3B and 5E. RGB value is (194,59,94). Sum of RGB (Red+Green+Blue) = 194+59+94=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B5E is #3DC4A1. Grayscale: #676767. Windows color (decimal): -4048034 or 6175682. OLE color: 6175682.

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

Color convert

RGB 194 59 94 -
CMYK 0 0.70 0.52 0.24
HSL 344.44º 0.53% 0.5% -
HSV(B) 344.44º 0.7% 0.76% -
XYZ 25.83 15.41 12.2 -
YUV 103.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 194 59 94 0 0.70 0.52 0.24 344.44 0.53 0.5
Hex C2 3B 5E 0 46 34 18 158 35 32
Octal 302 73 136 0 106 64 30 530 65 62
Binary 11000010 111011 1011110 0 1000110 110100 11000 101011000 110101 110010

Color Harmonies of #C23B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B5E

Black with #C23B5E

Text Example


Text Example

White with #C23B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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