Html Css Color HEX #C24152 Old Rose

📋 copy color: '#C24152'

red 194 ◦ green 65 ◦ blue 82

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

Shades of Old Rose #C24152

Tints of Old Rose #C24152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 56.89%
G = 19.06%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C24152 (or 0xC24152) is known color: Old Rose. HEX triplet: C2, 41 and 52. RGB value is (194,65,82). Sum of RGB (Red+Green+Blue) = 194+65+82=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C24152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24152 is #3DBEAD. Grayscale: #696969. Windows color (decimal): -4046510 or 5390786. OLE color: 5390786.

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

Color convert

RGB 194 65 82 -
CMYK 0 0.66 0.58 0.24
HSL 352.09º 0.51% 0.51% -
HSV(B) 352.09º 0.66% 0.76% -
XYZ 25.66 15.86 9.69 -
YUV 105.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 194 65 82 0 0.66 0.58 0.24 352.09 0.51 0.51
Hex C2 41 52 0 42 3A 18 160 33 33
Octal 302 101 122 0 102 72 30 540 63 63
Binary 11000010 1000001 1010010 0 1000010 111010 11000 101100000 110011 110011

Color Harmonies of #C24152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24152

Black with #C24152

Text Example


Text Example

White with #C24152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24152; }

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

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

background-color css

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

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

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

border-color css

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

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

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