Html Css Color HEX #C23F50 Old Rose

📋 copy color: '#C23F50'

red 194 ◦ green 63 ◦ blue 80

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

Shades of Old Rose #C23F50

Tints of Old Rose #C23F50

RGB

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

 GREEN value IS 63 (25% from 255) = 18.69%

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

R = 57.57%
G = 18.69%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C23F50 (or 0xC23F50) is known color: Old Rose. HEX triplet: C2, 3F and 50. RGB value is (194,63,80). Sum of RGB (Red+Green+Blue) = 194+63+80=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F50 is #3DC0AF. Grayscale: #686868. Windows color (decimal): -4047024 or 5259202. OLE color: 5259202.

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

Color convert

RGB 194 63 80 -
CMYK 0 0.68 0.59 0.24
HSL 352.21º 0.52% 0.5% -
HSV(B) 352.21º 0.68% 0.76% -
XYZ 25.47 15.6 9.26 -
YUV 104.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 194 63 80 0 0.68 0.59 0.24 352.21 0.52 0.5
Hex C2 3F 50 0 44 3B 18 160 34 32
Octal 302 77 120 0 104 73 30 540 64 62
Binary 11000010 111111 1010000 0 1000100 111011 11000 101100000 110100 110010

Color Harmonies of #C23F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F50

Black with #C23F50

Text Example


Text Example

White with #C23F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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