Html Css Color HEX #C6205C Old Rose

📋 copy color: '#C6205C'

red 198 ◦ green 32 ◦ blue 92

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

Shades of Old Rose #C6205C

Tints of Old Rose #C6205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 61.49%
G = 9.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6205C (or 0xC6205C) is known color: Old Rose. HEX triplet: C6, 20 and 5C. RGB value is (198,32,92). Sum of RGB (Red+Green+Blue) = 198+32+92=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6205C is #39DFA3. Grayscale: #585858. Windows color (decimal): -3792804 or 6037702. OLE color: 6037702.

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

Color convert

RGB 198 32 92 -
CMYK 0 0.84 0.54 0.22
HSL 338.31º 0.72% 0.45% -
HSV(B) 338.31º 0.84% 0.78% -
XYZ 25.74 13.81 11.43 -
YUV 88.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 198 32 92 0 0.84 0.54 0.22 338.31 0.72 0.45
Hex C6 20 5C 0 54 36 16 152 48 2D
Octal 306 40 134 0 124 66 26 522 110 55
Binary 11000110 100000 1011100 0 1010100 110110 10110 101010010 1001000 101101

Color Harmonies of #C6205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6205C

Black with #C6205C

Text Example


Text Example

White with #C6205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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