Html Css Color HEX #C6295E Old Rose

📋 copy color: '#C6295E'

red 198 ◦ green 41 ◦ blue 94

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

Shades of Old Rose #C6295E

Tints of Old Rose #C6295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

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

R = 59.46%
G = 12.31%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6295E (or 0xC6295E) is known color: Old Rose. HEX triplet: C6, 29 and 5E. RGB value is (198,41,94). Sum of RGB (Red+Green+Blue) = 198+41+94=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6295E is #39D6A1. Grayscale: #5D5D5D. Windows color (decimal): -3790498 or 6171078. OLE color: 6171078.

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

Color convert

RGB 198 41 94 -
CMYK 0 0.79 0.53 0.22
HSL 339.75º 0.66% 0.47% -
HSV(B) 339.75º 0.79% 0.78% -
XYZ 26.1 14.4 11.99 -
YUV 93.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 198 41 94 0 0.79 0.53 0.22 339.75 0.66 0.47
Hex C6 29 5E 0 4F 35 16 154 42 2F
Octal 306 51 136 0 117 65 26 524 102 57
Binary 11000110 101001 1011110 0 1001111 110101 10110 101010100 1000010 101111

Color Harmonies of #C6295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6295E

Black with #C6295E

Text Example


Text Example

White with #C6295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6295E; }

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

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

background-color css

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

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

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

border-color css

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

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

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