Html Css Color HEX #C6365E Old Rose

📋 copy color: '#C6365E'

red 198 ◦ green 54 ◦ blue 94

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

Shades of Old Rose #C6365E

Tints of Old Rose #C6365E

RGB

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

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

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

R = 57.23%
G = 15.61%
B = 27.17%

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

#C6365E (or 0xC6365E) is known color: Old Rose. HEX triplet: C6, 36 and 5E. RGB value is (198,54,94). Sum of RGB (Red+Green+Blue) = 198+54+94=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6365E is #39C9A1. Grayscale: #656565. Windows color (decimal): -3787170 or 6174406. OLE color: 6174406.

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

Color convert

RGB 198 54 94 -
CMYK 0 0.73 0.53 0.22
HSL 343.33º 0.57% 0.49% -
HSV(B) 343.33º 0.73% 0.78% -
XYZ 26.63 15.45 12.17 -
YUV 101.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 198 54 94 0 0.73 0.53 0.22 343.33 0.57 0.49
Hex C6 36 5E 0 49 35 16 157 39 31
Octal 306 66 136 0 111 65 26 527 71 61
Binary 11000110 110110 1011110 0 1001001 110101 10110 101010111 111001 110001

Color Harmonies of #C6365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6365E

Black with #C6365E

Text Example


Text Example

White with #C6365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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