Html Css Color HEX #C6365B Old Rose

📋 copy color: '#C6365B'

red 198 ◦ green 54 ◦ blue 91

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

Shades of Old Rose #C6365B

Tints of Old Rose #C6365B

RGB

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

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

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

R = 57.73%
G = 15.74%
B = 26.53%

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

#C6365B (or 0xC6365B) is known color: Old Rose. HEX triplet: C6, 36 and 5B. RGB value is (198,54,91). Sum of RGB (Red+Green+Blue) = 198+54+91=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6365B is #39C9A4. Grayscale: #656565. Windows color (decimal): -3787173 or 5977798. OLE color: 5977798.

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

Color convert

RGB 198 54 91 -
CMYK 0 0.73 0.54 0.22
HSL 344.58º 0.57% 0.49% -
HSV(B) 344.58º 0.73% 0.78% -
XYZ 26.5 15.4 11.47 -
YUV 101.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 198 54 91 0 0.73 0.54 0.22 344.58 0.57 0.49
Hex C6 36 5B 0 49 36 16 159 39 31
Octal 306 66 133 0 111 66 26 531 71 61
Binary 11000110 110110 1011011 0 1001001 110110 10110 101011001 111001 110001

Color Harmonies of #C6365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6365B

Black with #C6365B

Text Example


Text Example

White with #C6365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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