Html Css Color HEX #C61D4F Old Rose

📋 copy color: '#C61D4F'

red 198 ◦ green 29 ◦ blue 79

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

Shades of Old Rose #C61D4F

Tints of Old Rose #C61D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.48%

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

R = 64.71%
G = 9.48%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C61D4F (or 0xC61D4F) is known color: Old Rose. HEX triplet: C6, 1D and 4F. RGB value is (198,29,79). Sum of RGB (Red+Green+Blue) = 198+29+79=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D4F is #39E2B0. Grayscale: #555555. Windows color (decimal): -3793585 or 5184966. OLE color: 5184966.

HSL color Cylindrical-coordinate representation of color #C61D4F: hue angle of 342.25º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D4F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 29 79 -
CMYK 0 0.85 0.60 0.22
HSL 342.25º 0.74% 0.45% -
HSV(B) 342.25º 0.85% 0.78% -
XYZ 25.14 13.45 8.67 -
YUV 85.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 198 29 79 0 0.85 0.60 0.22 342.25 0.74 0.45
Hex C6 1D 4F 0 55 3C 16 156 4A 2D
Octal 306 35 117 0 125 74 26 526 112 55
Binary 11000110 11101 1001111 0 1010101 111100 10110 101010110 1001010 101101

Color Harmonies of #C61D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D4F

Black with #C61D4F

Text Example


Text Example

White with #C61D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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