Html Css Color HEX #C0325A Old Rose

📋 copy color: '#C0325A'

red 192 ◦ green 50 ◦ blue 90

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

Shades of Old Rose #C0325A

Tints of Old Rose #C0325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 57.83%
G = 15.06%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0325A (or 0xC0325A) is known color: Old Rose. HEX triplet: C0, 32 and 5A. RGB value is (192,50,90). Sum of RGB (Red+Green+Blue) = 192+50+90=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0325A is #3FCDA5. Grayscale: #616161. Windows color (decimal): -4181414 or 5911232. OLE color: 5911232.

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

Color convert

RGB 192 50 90 -
CMYK 0 0.74 0.53 0.25
HSL 343.1º 0.59% 0.47% -
HSV(B) 343.1º 0.74% 0.75% -
XYZ 24.72 14.23 11.12 -
YUV 97.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 192 50 90 0 0.74 0.53 0.25 343.1 0.59 0.47
Hex C0 32 5A 0 4A 35 19 157 3B 2F
Octal 300 62 132 0 112 65 31 527 73 57
Binary 11000000 110010 1011010 0 1001010 110101 11001 101010111 111011 101111

Color Harmonies of #C0325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0325A

Black with #C0325A

Text Example


Text Example

White with #C0325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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