Html Css Color HEX #C6244F Old Rose

📋 copy color: '#C6244F'

red 198 ◦ green 36 ◦ blue 79

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

Shades of Old Rose #C6244F

Tints of Old Rose #C6244F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 63.26%
G = 11.5%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6244F (or 0xC6244F) is known color: Old Rose. HEX triplet: C6, 24 and 4F. RGB value is (198,36,79). Sum of RGB (Red+Green+Blue) = 198+36+79=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6244F is #39DBB0. Grayscale: #595959. Windows color (decimal): -3791793 or 5186758. OLE color: 5186758.

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

Color convert

RGB 198 36 79 -
CMYK 0 0.82 0.60 0.22
HSL 344.07º 0.69% 0.46% -
HSV(B) 344.07º 0.82% 0.78% -
XYZ 25.33 13.83 8.73 -
YUV 89.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 198 36 79 0 0.82 0.60 0.22 344.07 0.69 0.46
Hex C6 24 4F 0 52 3C 16 158 45 2E
Octal 306 44 117 0 122 74 26 530 105 56
Binary 11000110 100100 1001111 0 1010010 111100 10110 101011000 1000101 101110

Color Harmonies of #C6244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6244F

Black with #C6244F

Text Example


Text Example

White with #C6244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6244F; }

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

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

background-color css

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

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

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

border-color css

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

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

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