Html Css Color HEX #C61754 Old Rose

📋 copy color: '#C61754'

red 198 ◦ green 23 ◦ blue 84

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

Shades of Old Rose #C61754

Tints of Old Rose #C61754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

 BLUE value IS 84 (33.2% from 255) = 27.54%

R = 64.92%
G = 7.54%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C61754 (or 0xC61754) is known color: Old Rose. HEX triplet: C6, 17 and 54. RGB value is (198,23,84). Sum of RGB (Red+Green+Blue) = 198+23+84=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C61754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61754 is #39E8AB. Grayscale: #525252. Windows color (decimal): -3795116 or 5511110. OLE color: 5511110.

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

Color convert

RGB 198 23 84 -
CMYK 0 0.88 0.58 0.22
HSL 339.09º 0.79% 0.43% -
HSV(B) 339.09º 0.88% 0.78% -
XYZ 25.2 13.26 9.62 -
YUV 82.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 198 23 84 0 0.88 0.58 0.22 339.09 0.79 0.43
Hex C6 17 54 0 58 3A 16 153 4F 2B
Octal 306 27 124 0 130 72 26 523 117 53
Binary 11000110 10111 1010100 0 1011000 111010 10110 101010011 1001111 101011

Color Harmonies of #C61754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61754

Black with #C61754

Text Example


Text Example

White with #C61754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61754; }

 p { color: rgb(198,23,84); }

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

background-color css

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

 a { background-color: rgb(198,23,84); }

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

border-color css

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

 span { border-color: rgb(198,23,84); }

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