Html Css Color HEX #C6344E Old Rose

📋 copy color: '#C6344E'

red 198 ◦ green 52 ◦ blue 78

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

Shades of Old Rose #C6344E

Tints of Old Rose #C6344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

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

R = 60.37%
G = 15.85%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6344E (or 0xC6344E) is known color: Old Rose. HEX triplet: C6, 34 and 4E. RGB value is (198,52,78). Sum of RGB (Red+Green+Blue) = 198+52+78=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6344E is #39CBB1. Grayscale: #626262. Windows color (decimal): -3787698 or 5125318. OLE color: 5125318.

HSL color Cylindrical-coordinate representation of color #C6344E: hue angle of 349.32º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6344E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 78 -
CMYK 0 0.74 0.61 0.22
HSL 349.32º 0.58% 0.49% -
HSV(B) 349.32º 0.74% 0.78% -
XYZ 25.89 15.01 8.74 -
YUV 98.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 198 52 78 0 0.74 0.61 0.22 349.32 0.58 0.49
Hex C6 34 4E 0 4A 3D 16 15D 3A 31
Octal 306 64 116 0 112 75 26 535 72 61
Binary 11000110 110100 1001110 0 1001010 111101 10110 101011101 111010 110001

Color Harmonies of #C6344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6344E

Black with #C6344E

Text Example


Text Example

White with #C6344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6344E; }

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

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

background-color css

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

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

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

border-color css

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

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

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