Html Css Color HEX #C23757 Old Rose

📋 copy color: '#C23757'

red 194 ◦ green 55 ◦ blue 87

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

Shades of Old Rose #C23757

Tints of Old Rose #C23757

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

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

R = 57.74%
G = 16.37%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C23757 (or 0xC23757) is known color: Old Rose. HEX triplet: C2, 37 and 57. RGB value is (194,55,87). Sum of RGB (Red+Green+Blue) = 194+55+87=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C23757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23757 is #3DC8A8. Grayscale: #646464. Windows color (decimal): -4049065 or 5715906. OLE color: 5715906.

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

Color convert

RGB 194 55 87 -
CMYK 0 0.72 0.55 0.24
HSL 346.19º 0.56% 0.49% -
HSV(B) 346.19º 0.72% 0.76% -
XYZ 25.33 14.89 10.56 -
YUV 100.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 194 55 87 0 0.72 0.55 0.24 346.19 0.56 0.49
Hex C2 37 57 0 48 37 18 15A 38 31
Octal 302 67 127 0 110 67 30 532 70 61
Binary 11000010 110111 1010111 0 1001000 110111 11000 101011010 111000 110001

Color Harmonies of #C23757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23757

Black with #C23757

Text Example


Text Example

White with #C23757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23757; }

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

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

background-color css

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

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

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

border-color css

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

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

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