Html Css Color HEX #C23252 Old Rose

📋 copy color: '#C23252'

red 194 ◦ green 50 ◦ blue 82

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

Shades of Old Rose #C23252

Tints of Old Rose #C23252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 59.51%
G = 15.34%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C23252 (or 0xC23252) is known color: Old Rose. HEX triplet: C2, 32 and 52. RGB value is (194,50,82). Sum of RGB (Red+Green+Blue) = 194+50+82=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C23252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23252 is #3DCDAD. Grayscale: #606060. Windows color (decimal): -4050350 or 5386946. OLE color: 5386946.

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

Color convert

RGB 194 50 82 -
CMYK 0 0.74 0.58 0.24
HSL 346.67º 0.59% 0.48% -
HSV(B) 346.67º 0.74% 0.76% -
XYZ 24.91 14.36 9.44 -
YUV 96.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 194 50 82 0 0.74 0.58 0.24 346.67 0.59 0.48
Hex C2 32 52 0 4A 3A 18 15B 3B 30
Octal 302 62 122 0 112 72 30 533 73 60
Binary 11000010 110010 1010010 0 1001010 111010 11000 101011011 111011 110000

Color Harmonies of #C23252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23252

Black with #C23252

Text Example


Text Example

White with #C23252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23252; }

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

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

background-color css

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

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

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

border-color css

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

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

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