Html Css Color HEX #C6365D Old Rose

📋 copy color: '#C6365D'

red 198 ◦ green 54 ◦ blue 93

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

Shades of Old Rose #C6365D

Tints of Old Rose #C6365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 57.39%
G = 15.65%
B = 26.96%

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

#C6365D (or 0xC6365D) is known color: Old Rose. HEX triplet: C6, 36 and 5D. RGB value is (198,54,93). Sum of RGB (Red+Green+Blue) = 198+54+93=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6365D is #39C9A2. Grayscale: #656565. Windows color (decimal): -3787171 or 6108870. OLE color: 6108870.

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

Color convert

RGB 198 54 93 -
CMYK 0 0.73 0.53 0.22
HSL 343.75º 0.57% 0.49% -
HSV(B) 343.75º 0.73% 0.78% -
XYZ 26.58 15.43 11.93 -
YUV 101.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 198 54 93 0 0.73 0.53 0.22 343.75 0.57 0.49
Hex C6 36 5D 0 49 35 16 158 39 31
Octal 306 66 135 0 111 65 26 530 71 61
Binary 11000110 110110 1011101 0 1001001 110101 10110 101011000 111001 110001

Color Harmonies of #C6365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6365D

Black with #C6365D

Text Example


Text Example

White with #C6365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6365D; }

 p { color: rgb(198,54,93); }

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

background-color css

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

 a { background-color: rgb(198,54,93); }

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

border-color css

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

 span { border-color: rgb(198,54,93); }

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