Html Css Color HEX #C61D4C Old Rose

📋 copy color: '#C61D4C'

red 198 ◦ green 29 ◦ blue 76

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

Shades of Old Rose #C61D4C

Tints of Old Rose #C61D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 65.35%
G = 9.57%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C61D4C (or 0xC61D4C) is known color: Old Rose. HEX triplet: C6, 1D and 4C. RGB value is (198,29,76). Sum of RGB (Red+Green+Blue) = 198+29+76=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D4C is #39E2B3. Grayscale: #545454. Windows color (decimal): -3793588 or 4988358. OLE color: 4988358.

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

Color convert

RGB 198 29 76 -
CMYK 0 0.85 0.62 0.22
HSL 343.31º 0.74% 0.45% -
HSV(B) 343.31º 0.85% 0.78% -
XYZ 25.03 13.41 8.11 -
YUV 84.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 198 29 76 0 0.85 0.62 0.22 343.31 0.74 0.45
Hex C6 1D 4C 0 55 3E 16 157 4A 2D
Octal 306 35 114 0 125 76 26 527 112 55
Binary 11000110 11101 1001100 0 1010101 111110 10110 101010111 1001010 101101

Color Harmonies of #C61D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D4C

Black with #C61D4C

Text Example


Text Example

White with #C61D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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