Html Css Color HEX #C6204A Old Rose

📋 copy color: '#C6204A'

red 198 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #C6204A

Tints of Old Rose #C6204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 65.13%
G = 10.53%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6204A (or 0xC6204A) is known color: Old Rose. HEX triplet: C6, 20 and 4A. RGB value is (198,32,74). Sum of RGB (Red+Green+Blue) = 198+32+74=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C6204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6204A is #39DFB5. Grayscale: #565656. Windows color (decimal): -3792822 or 4858054. OLE color: 4858054.

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

Color convert

RGB 198 32 74 -
CMYK 0 0.84 0.63 0.22
HSL 344.82º 0.72% 0.45% -
HSV(B) 344.82º 0.84% 0.78% -
XYZ 25.04 13.53 7.77 -
YUV 86.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 198 32 74 0 0.84 0.63 0.22 344.82 0.72 0.45
Hex C6 20 4A 0 54 3F 16 159 48 2D
Octal 306 40 112 0 124 77 26 531 110 55
Binary 11000110 100000 1001010 0 1010100 111111 10110 101011001 1001000 101101

Color Harmonies of #C6204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6204A

Black with #C6204A

Text Example


Text Example

White with #C6204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6204A; }

 p { color: rgb(198,32,74); }

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

background-color css

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

 a { background-color: rgb(198,32,74); }

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

border-color css

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

 span { border-color: rgb(198,32,74); }

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