Html Css Color HEX #C23054 Old Rose

📋 copy color: '#C23054'

red 194 ◦ green 48 ◦ blue 84

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

Shades of Old Rose #C23054

Tints of Old Rose #C23054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.77%

R = 59.51%
G = 14.72%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C23054 (or 0xC23054) is known color: Old Rose. HEX triplet: C2, 30 and 54. RGB value is (194,48,84). Sum of RGB (Red+Green+Blue) = 194+48+84=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C23054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23054 is #3DCFAB. Grayscale: #5F5F5F. Windows color (decimal): -4050860 or 5517506. OLE color: 5517506.

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

Color convert

RGB 194 48 84 -
CMYK 0 0.75 0.57 0.24
HSL 345.21º 0.6% 0.47% -
HSV(B) 345.21º 0.75% 0.76% -
XYZ 24.91 14.22 9.82 -
YUV 95.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 194 48 84 0 0.75 0.57 0.24 345.21 0.6 0.47
Hex C2 30 54 0 4B 39 18 159 3C 2F
Octal 302 60 124 0 113 71 30 531 74 57
Binary 11000010 110000 1010100 0 1001011 111001 11000 101011001 111100 101111

Color Harmonies of #C23054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23054

Black with #C23054

Text Example


Text Example

White with #C23054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23054; }

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

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

background-color css

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

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

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

border-color css

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

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

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