Html Css Color HEX #C23051 Old Rose

📋 copy color: '#C23051'

red 194 ◦ green 48 ◦ blue 81

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

Shades of Old Rose #C23051

Tints of Old Rose #C23051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.08%

R = 60.06%
G = 14.86%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C23051 (or 0xC23051) is known color: Old Rose. HEX triplet: C2, 30 and 51. RGB value is (194,48,81). Sum of RGB (Red+Green+Blue) = 194+48+81=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C23051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23051 is #3DCFAE. Grayscale: #5F5F5F. Windows color (decimal): -4050863 or 5320898. OLE color: 5320898.

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

Color convert

RGB 194 48 81 -
CMYK 0 0.75 0.58 0.24
HSL 346.44º 0.6% 0.47% -
HSV(B) 346.44º 0.75% 0.76% -
XYZ 24.79 14.18 9.21 -
YUV 95.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 194 48 81 0 0.75 0.58 0.24 346.44 0.6 0.47
Hex C2 30 51 0 4B 3A 18 15A 3C 2F
Octal 302 60 121 0 113 72 30 532 74 57
Binary 11000010 110000 1010001 0 1001011 111010 11000 101011010 111100 101111

Color Harmonies of #C23051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23051

Black with #C23051

Text Example


Text Example

White with #C23051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23051; }

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

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

background-color css

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

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

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

border-color css

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

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

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