Html Css Color HEX #C6355E Old Rose

📋 copy color: '#C6355E'

red 198 ◦ green 53 ◦ blue 94

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

Shades of Old Rose #C6355E

Tints of Old Rose #C6355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 57.39%
G = 15.36%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6355E (or 0xC6355E) is known color: Old Rose. HEX triplet: C6, 35 and 5E. RGB value is (198,53,94). Sum of RGB (Red+Green+Blue) = 198+53+94=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6355E is #39CAA1. Grayscale: #656565. Windows color (decimal): -3787426 or 6174150. OLE color: 6174150.

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

Color convert

RGB 198 53 94 -
CMYK 0 0.73 0.53 0.22
HSL 343.03º 0.58% 0.49% -
HSV(B) 343.03º 0.73% 0.78% -
XYZ 26.58 15.36 12.15 -
YUV 101.03 124.04 197.17 -
System Red Green Blue C M Y K H S L
Decimal 198 53 94 0 0.73 0.53 0.22 343.03 0.58 0.49
Hex C6 35 5E 0 49 35 16 157 3A 31
Octal 306 65 136 0 111 65 26 527 72 61
Binary 11000110 110101 1011110 0 1001001 110101 10110 101010111 111010 110001

Color Harmonies of #C6355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6355E

Black with #C6355E

Text Example


Text Example

White with #C6355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6355E; }

 p { color: rgb(198,53,94); }

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

background-color css

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

 a { background-color: rgb(198,53,94); }

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

border-color css

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

 span { border-color: rgb(198,53,94); }

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