#C6384A

Color #C6384A Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C6384A

Tints of Old Rose #C6384A

Color information

#C6384A (or 0xC6384A) is unknown color: approx Old Rose. HEX triplet: C6, 38 and 4A. RGB value is (198,56,74). Sum of RGB (Red+Green+Blue) = 198+56+74=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6384A is #39C7B5. Grayscale: #646464. Windows color (decimal): -3786678 or 4864198. OLE color: 4864198.

HSL color Cylindrical-coordinate representation of color #C6384A: hue angle of 352.39º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6384A is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1985674-
CMYK00.720.630.22
HSL352.39º55.91%49.8%-
HSV(B)352.39º71.72%77.65%-
XYZ25.9415.338.07-
YUV100.51113.04197.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.37%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=60.37%
G=17.07%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198567400.720.630.22352.3955.9149.8
HexC6384A0483F161603832
Octal30670112011077265407062
Binary1100011011100010010100100100011111110110101100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6384A; }

 p { color: rgb(198,56,74); }

 H1.HeaderClassName
 {
   color: #C6384A;
 }
 .AnyTagClassName
 {
   color: #C6384A;
 }
</style>
background-color css

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

 a { background-color: rgb(198,56,74); }

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

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

 span { border-color: rgb(198,56,74); }

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