Html Css Color HEX #C6315C Old Rose

📋 copy color: '#C6315C'

red 198 ◦ green 49 ◦ blue 92

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

Shades of Old Rose #C6315C

Tints of Old Rose #C6315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

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

R = 58.41%
G = 14.45%
B = 27.14%

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

#C6315C (or 0xC6315C) is known color: Old Rose. HEX triplet: C6, 31 and 5C. RGB value is (198,49,92). Sum of RGB (Red+Green+Blue) = 198+49+92=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6315C is #39CEA3. Grayscale: #626262. Windows color (decimal): -3788452 or 6042054. OLE color: 6042054.

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

Color convert

RGB 198 49 92 -
CMYK 0 0.75 0.54 0.22
HSL 342.68º 0.6% 0.48% -
HSV(B) 342.68º 0.75% 0.78% -
XYZ 26.32 14.98 11.63 -
YUV 98.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 198 49 92 0 0.75 0.54 0.22 342.68 0.6 0.48
Hex C6 31 5C 0 4B 36 16 157 3C 30
Octal 306 61 134 0 113 66 26 527 74 60
Binary 11000110 110001 1011100 0 1001011 110110 10110 101010111 111100 110000

Color Harmonies of #C6315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6315C

Black with #C6315C

Text Example


Text Example

White with #C6315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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