Html Css Color HEX #C6204E Old Rose

📋 copy color: '#C6204E'

red 198 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #C6204E

Tints of Old Rose #C6204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.32%

R = 64.29%
G = 10.39%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6204E (or 0xC6204E) is known color: Old Rose. HEX triplet: C6, 20 and 4E. RGB value is (198,32,78). Sum of RGB (Red+Green+Blue) = 198+32+78=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6204E is #39DFB1. Grayscale: #565656. Windows color (decimal): -3792818 or 5120198. OLE color: 5120198.

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

Color convert

RGB 198 32 78 -
CMYK 0 0.84 0.61 0.22
HSL 343.37º 0.72% 0.45% -
HSV(B) 343.37º 0.84% 0.78% -
XYZ 25.18 13.59 8.5 -
YUV 86.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 198 32 78 0 0.84 0.61 0.22 343.37 0.72 0.45
Hex C6 20 4E 0 54 3D 16 157 48 2D
Octal 306 40 116 0 124 75 26 527 110 55
Binary 11000110 100000 1001110 0 1010100 111101 10110 101010111 1001000 101101

Color Harmonies of #C6204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6204E

Black with #C6204E

Text Example


Text Example

White with #C6204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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