Html Css Color HEX #C23857 Old Rose

📋 copy color: '#C23857'

red 194 ◦ green 56 ◦ blue 87

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

Shades of Old Rose #C23857

Tints of Old Rose #C23857

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 57.57%
G = 16.62%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C23857 (or 0xC23857) is known color: Old Rose. HEX triplet: C2, 38 and 57. RGB value is (194,56,87). Sum of RGB (Red+Green+Blue) = 194+56+87=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C23857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23857 is #3DC7A8. Grayscale: #646464. Windows color (decimal): -4048809 or 5716162. OLE color: 5716162.

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

Color convert

RGB 194 56 87 -
CMYK 0 0.71 0.55 0.24
HSL 346.52º 0.55% 0.49% -
HSV(B) 346.52º 0.71% 0.76% -
XYZ 25.38 14.99 10.57 -
YUV 100.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 194 56 87 0 0.71 0.55 0.24 346.52 0.55 0.49
Hex C2 38 57 0 47 37 18 15B 37 31
Octal 302 70 127 0 107 67 30 533 67 61
Binary 11000010 111000 1010111 0 1000111 110111 11000 101011011 110111 110001

Color Harmonies of #C23857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23857

Black with #C23857

Text Example


Text Example

White with #C23857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23857; }

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

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

background-color css

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

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

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

border-color css

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

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

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