Html Css Color HEX #C0325B Old Rose

📋 copy color: '#C0325B'

red 192 ◦ green 50 ◦ blue 91

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

Shades of Old Rose #C0325B

Tints of Old Rose #C0325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 57.66%
G = 15.02%
B = 27.33%

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

#C0325B (or 0xC0325B) is known color: Old Rose. HEX triplet: C0, 32 and 5B. RGB value is (192,50,91). Sum of RGB (Red+Green+Blue) = 192+50+91=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0325B is #3FCDA4. Grayscale: #616161. Windows color (decimal): -4181413 or 5976768. OLE color: 5976768.

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

Color convert

RGB 192 50 91 -
CMYK 0 0.74 0.53 0.25
HSL 342.68º 0.59% 0.47% -
HSV(B) 342.68º 0.74% 0.75% -
XYZ 24.77 14.24 11.34 -
YUV 97.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 192 50 91 0 0.74 0.53 0.25 342.68 0.59 0.47
Hex C0 32 5B 0 4A 35 19 157 3B 2F
Octal 300 62 133 0 112 65 31 527 73 57
Binary 11000000 110010 1011011 0 1001010 110101 11001 101010111 111011 101111

Color Harmonies of #C0325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0325B

Black with #C0325B

Text Example


Text Example

White with #C0325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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