Html Css Color HEX #C6244A Old Rose

📋 copy color: '#C6244A'

red 198 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #C6244A

Tints of Old Rose #C6244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 64.29%
G = 11.69%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6244A (or 0xC6244A) is known color: Old Rose. HEX triplet: C6, 24 and 4A. RGB value is (198,36,74). Sum of RGB (Red+Green+Blue) = 198+36+74=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6244A is #39DBB5. Grayscale: #585858. Windows color (decimal): -3791798 or 4859078. OLE color: 4859078.

HSL color Cylindrical-coordinate representation of color #C6244A: hue angle of 345.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6244A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 36 74 -
CMYK 0 0.82 0.63 0.22
HSL 345.93º 0.69% 0.46% -
HSV(B) 345.93º 0.82% 0.78% -
XYZ 25.16 13.76 7.81 -
YUV 88.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 198 36 74 0 0.82 0.63 0.22 345.93 0.69 0.46
Hex C6 24 4A 0 52 3F 16 15A 45 2E
Octal 306 44 112 0 122 77 26 532 105 56
Binary 11000110 100100 1001010 0 1010010 111111 10110 101011010 1000101 101110

Color Harmonies of #C6244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6244A

Black with #C6244A

Text Example


Text Example

White with #C6244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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