Html Css Color HEX #C23B54 Old Rose

📋 copy color: '#C23B54'

red 194 ◦ green 59 ◦ blue 84

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

Shades of Old Rose #C23B54

Tints of Old Rose #C23B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 57.57%
G = 17.51%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C23B54 (or 0xC23B54) is known color: Old Rose. HEX triplet: C2, 3B and 54. RGB value is (194,59,84). Sum of RGB (Red+Green+Blue) = 194+59+84=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B54 is #3DC4AB. Grayscale: #666666. Windows color (decimal): -4048044 or 5520322. OLE color: 5520322.

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

Color convert

RGB 194 59 84 -
CMYK 0 0.70 0.57 0.24
HSL 348.89º 0.53% 0.5% -
HSV(B) 348.89º 0.7% 0.76% -
XYZ 25.41 15.24 9.99 -
YUV 102.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 194 59 84 0 0.70 0.57 0.24 348.89 0.53 0.5
Hex C2 3B 54 0 46 39 18 15D 35 32
Octal 302 73 124 0 106 71 30 535 65 62
Binary 11000010 111011 1010100 0 1000110 111001 11000 101011101 110101 110010

Color Harmonies of #C23B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B54

Black with #C23B54

Text Example


Text Example

White with #C23B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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