Html Css Color HEX #C0324C Old Rose

📋 copy color: '#C0324C'

red 192 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #C0324C

Tints of Old Rose #C0324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 60.38%
G = 15.72%
B = 23.9%

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

#C0324C (or 0xC0324C) is known color: Old Rose. HEX triplet: C0, 32 and 4C. RGB value is (192,50,76). Sum of RGB (Red+Green+Blue) = 192+50+76=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0324C is #3FCDB3. Grayscale: #5F5F5F. Windows color (decimal): -4181428 or 4993728. OLE color: 4993728.

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

Color convert

RGB 192 50 76 -
CMYK 0 0.74 0.60 0.25
HSL 349.01º 0.59% 0.47% -
HSV(B) 349.01º 0.74% 0.75% -
XYZ 24.18 14.01 8.27 -
YUV 95.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 192 50 76 0 0.74 0.60 0.25 349.01 0.59 0.47
Hex C0 32 4C 0 4A 3C 19 15D 3B 2F
Octal 300 62 114 0 112 74 31 535 73 57
Binary 11000000 110010 1001100 0 1001010 111100 11001 101011101 111011 101111

Color Harmonies of #C0324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0324C

Black with #C0324C

Text Example


Text Example

White with #C0324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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