Html Css Color HEX #C23950 Old Rose

📋 copy color: '#C23950'

red 194 ◦ green 57 ◦ blue 80

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

Shades of Old Rose #C23950

Tints of Old Rose #C23950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 58.61%
G = 17.22%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C23950 (or 0xC23950) is known color: Old Rose. HEX triplet: C2, 39 and 50. RGB value is (194,57,80). Sum of RGB (Red+Green+Blue) = 194+57+80=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C23950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23950 is #3DC6AF. Grayscale: #646464. Windows color (decimal): -4048560 or 5257666. OLE color: 5257666.

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

Color convert

RGB 194 57 80 -
CMYK 0 0.71 0.59 0.24
HSL 349.93º 0.55% 0.49% -
HSV(B) 349.93º 0.71% 0.76% -
XYZ 25.16 14.97 9.15 -
YUV 100.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 194 57 80 0 0.71 0.59 0.24 349.93 0.55 0.49
Hex C2 39 50 0 47 3B 18 15E 37 31
Octal 302 71 120 0 107 73 30 536 67 61
Binary 11000010 111001 1010000 0 1000111 111011 11000 101011110 110111 110001

Color Harmonies of #C23950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23950

Black with #C23950

Text Example


Text Example

White with #C23950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23950; }

 p { color: rgb(194,57,80); }

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

background-color css

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

 a { background-color: rgb(194,57,80); }

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

border-color css

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

 span { border-color: rgb(194,57,80); }

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