Html Css Color HEX #C6355F Old Rose

📋 copy color: '#C6355F'

red 198 ◦ green 53 ◦ blue 95

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

Shades of Old Rose #C6355F

Tints of Old Rose #C6355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 57.23%
G = 15.32%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6355F (or 0xC6355F) is known color: Old Rose. HEX triplet: C6, 35 and 5F. RGB value is (198,53,95). Sum of RGB (Red+Green+Blue) = 198+53+95=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6355F is #39CAA0. Grayscale: #656565. Windows color (decimal): -3787425 or 6239686. OLE color: 6239686.

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

Color convert

RGB 198 53 95 -
CMYK 0 0.73 0.52 0.22
HSL 342.62º 0.58% 0.49% -
HSV(B) 342.62º 0.73% 0.78% -
XYZ 26.63 15.38 12.39 -
YUV 101.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 198 53 95 0 0.73 0.52 0.22 342.62 0.58 0.49
Hex C6 35 5F 0 49 34 16 157 3A 31
Octal 306 65 137 0 111 64 26 527 72 61
Binary 11000110 110101 1011111 0 1001001 110100 10110 101010111 111010 110001

Color Harmonies of #C6355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6355F

Black with #C6355F

Text Example


Text Example

White with #C6355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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