Html Css Color HEX #C23552 Old Rose

📋 copy color: '#C23552'

red 194 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #C23552

Tints of Old Rose #C23552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 58.97%
G = 16.11%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C23552 (or 0xC23552) is known color: Old Rose. HEX triplet: C2, 35 and 52. RGB value is (194,53,82). Sum of RGB (Red+Green+Blue) = 194+53+82=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23552 is #3DCAAD. Grayscale: #626262. Windows color (decimal): -4049582 or 5387714. OLE color: 5387714.

HSL color Cylindrical-coordinate representation of color #C23552: hue angle of 347.66º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23552 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 82 -
CMYK 0 0.73 0.58 0.24
HSL 347.66º 0.57% 0.48% -
HSV(B) 347.66º 0.73% 0.76% -
XYZ 25.04 14.62 9.49 -
YUV 98.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 194 53 82 0 0.73 0.58 0.24 347.66 0.57 0.48
Hex C2 35 52 0 49 3A 18 15C 39 30
Octal 302 65 122 0 111 72 30 534 71 60
Binary 11000010 110101 1010010 0 1001001 111010 11000 101011100 111001 110000

Color Harmonies of #C23552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23552

Black with #C23552

Text Example


Text Example

White with #C23552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23552; }

 p { color: rgb(194,53,82); }

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

background-color css

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

 a { background-color: rgb(194,53,82); }

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

border-color css

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

 span { border-color: rgb(194,53,82); }

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