Html Css Color HEX #C0325E Old Rose

📋 copy color: '#C0325E'

red 192 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #C0325E

Tints of Old Rose #C0325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 57.14%
G = 14.88%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0325E (or 0xC0325E) is known color: Old Rose. HEX triplet: C0, 32 and 5E. RGB value is (192,50,94). Sum of RGB (Red+Green+Blue) = 192+50+94=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0325E is #3FCDA1. Grayscale: #616161. Windows color (decimal): -4181410 or 6173376. OLE color: 6173376.

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

Color convert

RGB 192 50 94 -
CMYK 0 0.74 0.51 0.25
HSL 341.41º 0.59% 0.47% -
HSV(B) 341.41º 0.74% 0.75% -
XYZ 24.9 14.3 12.04 -
YUV 97.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 192 50 94 0 0.74 0.51 0.25 341.41 0.59 0.47
Hex C0 32 5E 0 4A 33 19 155 3B 2F
Octal 300 62 136 0 112 63 31 525 73 57
Binary 11000000 110010 1011110 0 1001010 110011 11001 101010101 111011 101111

Color Harmonies of #C0325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0325E

Black with #C0325E

Text Example


Text Example

White with #C0325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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