Html Css Color HEX #C0324D Old Rose

📋 copy color: '#C0324D'

red 192 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #C0324D

Tints of Old Rose #C0324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 60.19%
G = 15.67%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0324D (or 0xC0324D) is known color: Old Rose. HEX triplet: C0, 32 and 4D. RGB value is (192,50,77). Sum of RGB (Red+Green+Blue) = 192+50+77=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0324D is #3FCDB2. Grayscale: #5F5F5F. Windows color (decimal): -4181427 or 5059264. OLE color: 5059264.

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

Color convert

RGB 192 50 77 -
CMYK 0 0.74 0.60 0.25
HSL 348.59º 0.59% 0.47% -
HSV(B) 348.59º 0.74% 0.75% -
XYZ 24.22 14.02 8.45 -
YUV 95.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 192 50 77 0 0.74 0.60 0.25 348.59 0.59 0.47
Hex C0 32 4D 0 4A 3C 19 15D 3B 2F
Octal 300 62 115 0 112 74 31 535 73 57
Binary 11000000 110010 1001101 0 1001010 111100 11001 101011101 111011 101111

Color Harmonies of #C0324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0324D

Black with #C0324D

Text Example


Text Example

White with #C0324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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