Html Css Color HEX #C61552 Old Rose

📋 copy color: '#C61552'

red 198 ◦ green 21 ◦ blue 82

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

Shades of Old Rose #C61552

Tints of Old Rose #C61552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 65.78%
G = 6.98%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C61552 (or 0xC61552) is known color: Old Rose. HEX triplet: C6, 15 and 52. RGB value is (198,21,82). Sum of RGB (Red+Green+Blue) = 198+21+82=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C61552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61552 is #39EAAD. Grayscale: #505050. Windows color (decimal): -3795630 or 5379526. OLE color: 5379526.

HSL color Cylindrical-coordinate representation of color #C61552: hue angle of 339.32º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61552 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 82 -
CMYK 0 0.89 0.59 0.22
HSL 339.32º 0.81% 0.43% -
HSV(B) 339.32º 0.89% 0.78% -
XYZ 25.08 13.15 9.2 -
YUV 80.88 128.64 211.54 -
System Red Green Blue C M Y K H S L
Decimal 198 21 82 0 0.89 0.59 0.22 339.32 0.81 0.43
Hex C6 15 52 0 59 3B 16 153 51 2B
Octal 306 25 122 0 131 73 26 523 121 53
Binary 11000110 10101 1010010 0 1011001 111011 10110 101010011 1010001 101011

Color Harmonies of #C61552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61552

Black with #C61552

Text Example


Text Example

White with #C61552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61552; }

 p { color: rgb(198,21,82); }

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

background-color css

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

 a { background-color: rgb(198,21,82); }

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

border-color css

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

 span { border-color: rgb(198,21,82); }

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