Html Css Color HEX #C0324F Old Rose

📋 copy color: '#C0324F'

red 192 ◦ green 50 ◦ blue 79

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

Shades of Old Rose #C0324F

Tints of Old Rose #C0324F

RGB

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

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

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

R = 59.81%
G = 15.58%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0324F (or 0xC0324F) is known color: Old Rose. HEX triplet: C0, 32 and 4F. RGB value is (192,50,79). Sum of RGB (Red+Green+Blue) = 192+50+79=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0324F is #3FCDB0. Grayscale: #5F5F5F. Windows color (decimal): -4181425 or 5190336. OLE color: 5190336.

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

Color convert

RGB 192 50 79 -
CMYK 0 0.74 0.59 0.25
HSL 347.75º 0.59% 0.47% -
HSV(B) 347.75º 0.74% 0.75% -
XYZ 24.29 14.05 8.83 -
YUV 95.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 192 50 79 0 0.74 0.59 0.25 347.75 0.59 0.47
Hex C0 32 4F 0 4A 3B 19 15C 3B 2F
Octal 300 62 117 0 112 73 31 534 73 57
Binary 11000000 110010 1001111 0 1001010 111011 11001 101011100 111011 101111

Color Harmonies of #C0324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0324F

Black with #C0324F

Text Example


Text Example

White with #C0324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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