Html Css Color HEX #C6325E Old Rose

📋 copy color: '#C6325E'

red 198 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #C6325E

Tints of Old Rose #C6325E

RGB

 RED value IS 198 (77.73% from 255) = 57.89%

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

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

R = 57.89%
G = 14.62%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6325E (or 0xC6325E) is known color: Old Rose. HEX triplet: C6, 32 and 5E. RGB value is (198,50,94). Sum of RGB (Red+Green+Blue) = 198+50+94=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6325E is #39CDA1. Grayscale: #636363. Windows color (decimal): -3788194 or 6173382. OLE color: 6173382.

HSL color Cylindrical-coordinate representation of color #C6325E: hue angle of 342.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6325E is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 94 -
CMYK 0 0.75 0.53 0.22
HSL 342.16º 0.6% 0.49% -
HSV(B) 342.16º 0.75% 0.78% -
XYZ 26.45 15.1 12.11 -
YUV 99.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 198 50 94 0 0.75 0.53 0.22 342.16 0.6 0.49
Hex C6 32 5E 0 4B 35 16 156 3C 31
Octal 306 62 136 0 113 65 26 526 74 61
Binary 11000110 110010 1011110 0 1001011 110101 10110 101010110 111100 110001

Color Harmonies of #C6325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6325E

Black with #C6325E

Text Example


Text Example

White with #C6325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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