Html Css Color HEX #C61C4D Old Rose

📋 copy color: '#C61C4D'

red 198 ◦ green 28 ◦ blue 77

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

Shades of Old Rose #C61C4D

Tints of Old Rose #C61C4D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 65.35%
G = 9.24%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C61C4D (or 0xC61C4D) is known color: Old Rose. HEX triplet: C6, 1C and 4D. RGB value is (198,28,77). Sum of RGB (Red+Green+Blue) = 198+28+77=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C4D is #39E3B2. Grayscale: #545454. Windows color (decimal): -3793843 or 5053638. OLE color: 5053638.

HSL color Cylindrical-coordinate representation of color #C61C4D: hue angle of 342.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C4D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 28 77 -
CMYK 0 0.86 0.61 0.22
HSL 342.71º 0.75% 0.44% -
HSV(B) 342.71º 0.86% 0.78% -
XYZ 25.04 13.37 8.28 -
YUV 84.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 198 28 77 0 0.86 0.61 0.22 342.71 0.75 0.44
Hex C6 1C 4D 0 56 3D 16 157 4B 2C
Octal 306 34 115 0 126 75 26 527 113 54
Binary 11000110 11100 1001101 0 1010110 111101 10110 101010111 1001011 101100

Color Harmonies of #C61C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C4D

Black with #C61C4D

Text Example


Text Example

White with #C61C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C4D; }

 p { color: rgb(198,28,77); }

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

background-color css

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

 a { background-color: rgb(198,28,77); }

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

border-color css

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

 span { border-color: rgb(198,28,77); }

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