Html Css Color HEX #C6294A Old Rose

📋 copy color: '#C6294A'

red 198 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #C6294A

Tints of Old Rose #C6294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 63.26%
G = 13.1%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6294A (or 0xC6294A) is known color: Old Rose. HEX triplet: C6, 29 and 4A. RGB value is (198,41,74). Sum of RGB (Red+Green+Blue) = 198+41+74=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6294A is #39D6B5. Grayscale: #5B5B5B. Windows color (decimal): -3790518 or 4860358. OLE color: 4860358.

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

Color convert

RGB 198 41 74 -
CMYK 0 0.79 0.63 0.22
HSL 347.39º 0.66% 0.47% -
HSV(B) 347.39º 0.79% 0.78% -
XYZ 25.32 14.09 7.86 -
YUV 91.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 198 41 74 0 0.79 0.63 0.22 347.39 0.66 0.47
Hex C6 29 4A 0 4F 3F 16 15B 42 2F
Octal 306 51 112 0 117 77 26 533 102 57
Binary 11000110 101001 1001010 0 1001111 111111 10110 101011011 1000010 101111

Color Harmonies of #C6294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6294A

Black with #C6294A

Text Example


Text Example

White with #C6294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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