Html Css Color HEX #C2324F Old Rose

📋 copy color: '#C2324F'

red 194 ◦ green 50 ◦ blue 79

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

Shades of Old Rose #C2324F

Tints of Old Rose #C2324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.46%

R = 60.06%
G = 15.48%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2324F (or 0xC2324F) is known color: Old Rose. HEX triplet: C2, 32 and 4F. RGB value is (194,50,79). Sum of RGB (Red+Green+Blue) = 194+50+79=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2324F is #3DCDB0. Grayscale: #606060. Windows color (decimal): -4050353 or 5190338. OLE color: 5190338.

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

Color convert

RGB 194 50 79 -
CMYK 0 0.74 0.59 0.24
HSL 347.92º 0.59% 0.48% -
HSV(B) 347.92º 0.74% 0.76% -
XYZ 24.8 14.32 8.85 -
YUV 96.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 194 50 79 0 0.74 0.59 0.24 347.92 0.59 0.48
Hex C2 32 4F 0 4A 3B 18 15C 3B 30
Octal 302 62 117 0 112 73 30 534 73 60
Binary 11000010 110010 1001111 0 1001010 111011 11000 101011100 111011 110000

Color Harmonies of #C2324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2324F

Black with #C2324F

Text Example


Text Example

White with #C2324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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