Html Css Color HEX #C23257 Old Rose

📋 copy color: '#C23257'

red 194 ◦ green 50 ◦ blue 87

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

Shades of Old Rose #C23257

Tints of Old Rose #C23257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

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

R = 58.61%
G = 15.11%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C23257 (or 0xC23257) is known color: Old Rose. HEX triplet: C2, 32 and 57. RGB value is (194,50,87). Sum of RGB (Red+Green+Blue) = 194+50+87=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C23257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23257 is #3DCDA8. Grayscale: #616161. Windows color (decimal): -4050345 or 5714626. OLE color: 5714626.

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

Color convert

RGB 194 50 87 -
CMYK 0 0.74 0.55 0.24
HSL 344.58º 0.59% 0.48% -
HSV(B) 344.58º 0.74% 0.76% -
XYZ 25.11 14.44 10.48 -
YUV 97.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 194 50 87 0 0.74 0.55 0.24 344.58 0.59 0.48
Hex C2 32 57 0 4A 37 18 159 3B 30
Octal 302 62 127 0 112 67 30 531 73 60
Binary 11000010 110010 1010111 0 1001010 110111 11000 101011001 111011 110000

Color Harmonies of #C23257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23257

Black with #C23257

Text Example


Text Example

White with #C23257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23257; }

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

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

background-color css

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

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

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

border-color css

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

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

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