Html Css Color HEX #C2324A Old Rose

📋 copy color: '#C2324A'

red 194 ◦ green 50 ◦ blue 74

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

Shades of Old Rose #C2324A

Tints of Old Rose #C2324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 61.01%
G = 15.72%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2324A (or 0xC2324A) is known color: Old Rose. HEX triplet: C2, 32 and 4A. RGB value is (194,50,74). Sum of RGB (Red+Green+Blue) = 194+50+74=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C2324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2324A is #3DCDB5. Grayscale: #5F5F5F. Windows color (decimal): -4050358 or 4862658. OLE color: 4862658.

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

Color convert

RGB 194 50 74 -
CMYK 0 0.74 0.62 0.24
HSL 350º 0.59% 0.48% -
HSV(B) 350º 0.74% 0.76% -
XYZ 24.62 14.24 7.93 -
YUV 95.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 194 50 74 0 0.74 0.62 0.24 350 0.59 0.48
Hex C2 32 4A 0 4A 3E 18 15E 3B 30
Octal 302 62 112 0 112 76 30 536 73 60
Binary 11000010 110010 1001010 0 1001010 111110 11000 101011110 111011 110000

Color Harmonies of #C2324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2324A

Black with #C2324A

Text Example


Text Example

White with #C2324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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