Html Css Color HEX #C0324A Old Rose

📋 copy color: '#C0324A'

red 192 ◦ green 50 ◦ blue 74

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

Shades of Old Rose #C0324A

Tints of Old Rose #C0324A

RGB

 RED value IS 192 (75.39% from 255) = 60.76%

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

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

R = 60.76%
G = 15.82%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0324A (or 0xC0324A) is known color: Old Rose. HEX triplet: C0, 32 and 4A. RGB value is (192,50,74). Sum of RGB (Red+Green+Blue) = 192+50+74=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0324A is #3FCDB5. Grayscale: #5F5F5F. Windows color (decimal): -4181430 or 4862656. OLE color: 4862656.

HSL color Cylindrical-coordinate representation of color #C0324A: hue angle of 349.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0324A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 74 -
CMYK 0 0.74 0.61 0.25
HSL 349.86º 0.59% 0.47% -
HSV(B) 349.86º 0.74% 0.75% -
XYZ 24.11 13.98 7.91 -
YUV 95.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 192 50 74 0 0.74 0.61 0.25 349.86 0.59 0.47
Hex C0 32 4A 0 4A 3D 19 15E 3B 2F
Octal 300 62 112 0 112 75 31 536 73 57
Binary 11000000 110010 1001010 0 1001010 111101 11001 101011110 111011 101111

Color Harmonies of #C0324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0324A

Black with #C0324A

Text Example


Text Example

White with #C0324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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