Html Css Color HEX #C6204C Old Rose

📋 copy color: '#C6204C'

red 198 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #C6204C

Tints of Old Rose #C6204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 64.71%
G = 10.46%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6204C (or 0xC6204C) is known color: Old Rose. HEX triplet: C6, 20 and 4C. RGB value is (198,32,76). Sum of RGB (Red+Green+Blue) = 198+32+76=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6204C is #39DFB3. Grayscale: #565656. Windows color (decimal): -3792820 or 4989126. OLE color: 4989126.

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

Color convert

RGB 198 32 76 -
CMYK 0 0.84 0.62 0.22
HSL 344.1º 0.72% 0.45% -
HSV(B) 344.1º 0.84% 0.78% -
XYZ 25.11 13.56 8.13 -
YUV 86.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 198 32 76 0 0.84 0.62 0.22 344.1 0.72 0.45
Hex C6 20 4C 0 54 3E 16 158 48 2D
Octal 306 40 114 0 124 76 26 530 110 55
Binary 11000110 100000 1001100 0 1010100 111110 10110 101011000 1001000 101101

Color Harmonies of #C6204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6204C

Black with #C6204C

Text Example


Text Example

White with #C6204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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