Html Css Color HEX #C6325F Old Rose

📋 copy color: '#C6325F'

red 198 ◦ green 50 ◦ blue 95

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

Shades of Old Rose #C6325F

Tints of Old Rose #C6325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 57.73%
G = 14.58%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6325F (or 0xC6325F) is known color: Old Rose. HEX triplet: C6, 32 and 5F. RGB value is (198,50,95). Sum of RGB (Red+Green+Blue) = 198+50+95=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6325F is #39CDA0. Grayscale: #636363. Windows color (decimal): -3788193 or 6238918. OLE color: 6238918.

HSL color Cylindrical-coordinate representation of color #C6325F: hue angle of 341.76º 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 #C6325F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 95 -
CMYK 0 0.75 0.52 0.22
HSL 341.76º 0.6% 0.49% -
HSV(B) 341.76º 0.75% 0.78% -
XYZ 26.49 15.11 12.35 -
YUV 99.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 198 50 95 0 0.75 0.52 0.22 341.76 0.6 0.49
Hex C6 32 5F 0 4B 34 16 156 3C 31
Octal 306 62 137 0 113 64 26 526 74 61
Binary 11000110 110010 1011111 0 1001011 110100 10110 101010110 111100 110001

Color Harmonies of #C6325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6325F

Black with #C6325F

Text Example


Text Example

White with #C6325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6325F; }

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

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

background-color css

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

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

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

border-color css

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

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

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