Html Css Color HEX #C6355B Old Rose

📋 copy color: '#C6355B'

red 198 ◦ green 53 ◦ blue 91

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

Shades of Old Rose #C6355B

Tints of Old Rose #C6355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 57.89%
G = 15.5%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6355B (or 0xC6355B) is known color: Old Rose. HEX triplet: C6, 35 and 5B. RGB value is (198,53,91). Sum of RGB (Red+Green+Blue) = 198+53+91=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6355B is #39CAA4. Grayscale: #646464. Windows color (decimal): -3787429 or 5977542. OLE color: 5977542.

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

Color convert

RGB 198 53 91 -
CMYK 0 0.73 0.54 0.22
HSL 344.28º 0.58% 0.49% -
HSV(B) 344.28º 0.73% 0.78% -
XYZ 26.45 15.31 11.46 -
YUV 100.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 198 53 91 0 0.73 0.54 0.22 344.28 0.58 0.49
Hex C6 35 5B 0 49 36 16 158 3A 31
Octal 306 65 133 0 111 66 26 530 72 61
Binary 11000110 110101 1011011 0 1001001 110110 10110 101011000 111010 110001

Color Harmonies of #C6355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6355B

Black with #C6355B

Text Example


Text Example

White with #C6355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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