Html Css Color HEX #C23050 Old Rose

📋 copy color: '#C23050'

red 194 ◦ green 48 ◦ blue 80

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

Shades of Old Rose #C23050

Tints of Old Rose #C23050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.91%

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

R = 60.25%
G = 14.91%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C23050 (or 0xC23050) is known color: Old Rose. HEX triplet: C2, 30 and 50. RGB value is (194,48,80). Sum of RGB (Red+Green+Blue) = 194+48+80=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C23050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23050 is #3DCFAF. Grayscale: #5F5F5F. Windows color (decimal): -4050864 or 5255362. OLE color: 5255362.

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

Color convert

RGB 194 48 80 -
CMYK 0 0.75 0.59 0.24
HSL 346.85º 0.6% 0.47% -
HSV(B) 346.85º 0.75% 0.76% -
XYZ 24.75 14.16 9.02 -
YUV 95.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 194 48 80 0 0.75 0.59 0.24 346.85 0.6 0.47
Hex C2 30 50 0 4B 3B 18 15B 3C 2F
Octal 302 60 120 0 113 73 30 533 74 57
Binary 11000010 110000 1010000 0 1001011 111011 11000 101011011 111100 101111

Color Harmonies of #C23050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23050

Black with #C23050

Text Example


Text Example

White with #C23050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23050; }

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

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

background-color css

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

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

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

border-color css

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

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

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