Html Css Color HEX #C6325C Old Rose

📋 copy color: '#C6325C'

red 198 ◦ green 50 ◦ blue 92

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

Shades of Old Rose #C6325C

Tints of Old Rose #C6325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 58.24%
G = 14.71%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6325C (or 0xC6325C) is known color: Old Rose. HEX triplet: C6, 32 and 5C. RGB value is (198,50,92). Sum of RGB (Red+Green+Blue) = 198+50+92=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6325C is #39CDA3. Grayscale: #636363. Windows color (decimal): -3788196 or 6042310. OLE color: 6042310.

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

Color convert

RGB 198 50 92 -
CMYK 0 0.75 0.54 0.22
HSL 342.97º 0.6% 0.49% -
HSV(B) 342.97º 0.75% 0.78% -
XYZ 26.36 15.06 11.64 -
YUV 99.04 124.03 198.58 -
System Red Green Blue C M Y K H S L
Decimal 198 50 92 0 0.75 0.54 0.22 342.97 0.6 0.49
Hex C6 32 5C 0 4B 36 16 157 3C 31
Octal 306 62 134 0 113 66 26 527 74 61
Binary 11000110 110010 1011100 0 1001011 110110 10110 101010111 111100 110001

Color Harmonies of #C6325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6325C

Black with #C6325C

Text Example


Text Example

White with #C6325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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