Html Css Color HEX #C6364E Old Rose

📋 copy color: '#C6364E'

red 198 ◦ green 54 ◦ blue 78

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

Shades of Old Rose #C6364E

Tints of Old Rose #C6364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 60%
G = 16.36%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6364E (or 0xC6364E) is known color: Old Rose. HEX triplet: C6, 36 and 4E. RGB value is (198,54,78). Sum of RGB (Red+Green+Blue) = 198+54+78=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6364E is #39C9B1. Grayscale: #636363. Windows color (decimal): -3787186 or 5125830. OLE color: 5125830.

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

Color convert

RGB 198 54 78 -
CMYK 0 0.73 0.61 0.22
HSL 350º 0.57% 0.49% -
HSV(B) 350º 0.73% 0.78% -
XYZ 25.98 15.19 8.77 -
YUV 99.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 198 54 78 0 0.73 0.61 0.22 350 0.57 0.49
Hex C6 36 4E 0 49 3D 16 15E 39 31
Octal 306 66 116 0 111 75 26 536 71 61
Binary 11000110 110110 1001110 0 1001001 111101 10110 101011110 111001 110001

Color Harmonies of #C6364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6364E

Black with #C6364E

Text Example


Text Example

White with #C6364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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