Html Css Color HEX #C23457 Old Rose

📋 copy color: '#C23457'

red 194 ◦ green 52 ◦ blue 87

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

Shades of Old Rose #C23457

Tints of Old Rose #C23457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 58.26%
G = 15.62%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C23457 (or 0xC23457) is known color: Old Rose. HEX triplet: C2, 34 and 57. RGB value is (194,52,87). Sum of RGB (Red+Green+Blue) = 194+52+87=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C23457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23457 is #3DCBA8. Grayscale: #626262. Windows color (decimal): -4049833 or 5715138. OLE color: 5715138.

HSL color Cylindrical-coordinate representation of color #C23457: hue angle of 345.21º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23457 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 87 -
CMYK 0 0.73 0.55 0.24
HSL 345.21º 0.58% 0.48% -
HSV(B) 345.21º 0.73% 0.76% -
XYZ 25.2 14.61 10.51 -
YUV 98.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 194 52 87 0 0.73 0.55 0.24 345.21 0.58 0.48
Hex C2 34 57 0 49 37 18 159 3A 30
Octal 302 64 127 0 111 67 30 531 72 60
Binary 11000010 110100 1010111 0 1001001 110111 11000 101011001 111010 110000

Color Harmonies of #C23457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23457

Black with #C23457

Text Example


Text Example

White with #C23457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23457; }

 p { color: rgb(194,52,87); }

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

background-color css

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

 a { background-color: rgb(194,52,87); }

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

border-color css

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

 span { border-color: rgb(194,52,87); }

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